DemigodsRPG / Demigods3

The (now defunct) Demigods RPG experience for survival/PvP Minecraft servers.
http://www.demigodsrpg.com/
MIT License
4 stars 2 forks source link

Expand Admin commands. #105

Open alexbennett opened 11 years ago

alexbennett commented 11 years ago

Add to this list via a comment below as you see fit. These are just a few of many.

alexbennett commented 11 years ago

To expand on the "quick character creation", I thought of a pretty good way to handle it. Example:

This way it wouldn't be so strict and they could just set what they desire - otherwise it would use defaults. To process it we could just take args[3] and split it and handle from there.

HmmmQuestionMark commented 11 years ago

Sounds good, as long as they're always the same order (otherwise it'd become a nightmare to code the command).

alexbennett commented 11 years ago

They don't need to be in the same order. Remember that little process I came up with forever ago? All we have to do is split by the comma and then split by the colon and add it all to a map with the left of the colon as the key and the right the value. Then we can simply search the map and handle from there.

HmmmQuestionMark commented 10 years ago

Is this still ongoing?

alexbennett commented 10 years ago

Yes, it won't take but a few minutes to add.