WVAviator / LandDefender

Forge 1.8 serverside mod for protecting land
2 stars 2 forks source link

Huge Problem #2

Open kreezxil opened 9 years ago

kreezxil commented 9 years ago

/listchunks & /chunkinfo are already op commands. You need to rename them to something else.

kreezxil commented 9 years ago

Also, how do you name an area? or is that automatic when you do /protect ?

WVAviator commented 9 years ago

In the next update I will add aliases for those commands so you can use an alternative command. Maybe /infochunk instead. For /listchunks, try /listclaims instead. It should already be aliased. To name an area simply do /protect

WVAviator commented 9 years ago

Just checked the code and another aliases for /chunkinfo is /landinfo or /cinfo. Try those.

kreezxil commented 9 years ago

Update your help in the next version to show those aliases for the commands, or have it check to see if the commands are overridden by another mod and then present the alternatives. However you want to do it is fine with me.