Jessassin / ZombieSP-Dev

CommandHelper package set for my Minecraft server... not sure on the name or objective at this point.
3 stars 1 forks source link

Handle player deaths #12

Open Jessassin opened 10 years ago

Jessassin commented 10 years ago

The player should have all items and money removed from them If the player has over $100, a message should be broadcast stating that the player died and how much they lost (?)If the player had over $500, the money should be distributed among all online players(?)

CTMiner commented 10 years ago

What if they drop 75% of it and the other 25% gets destroyed? As for death messages, append the amount lost to the end of the message?

Jessassin commented 10 years ago

Currently there is no death message. The message should be "PLAYER died, losing $123!" or no message, if they had <$100

As for dropping a certain amount, still not sure on that. Should wait and see how testing goes to decide whether that is needed.