how-to-use/Player manager

Player Manager

Alpha v1.0

Functions

For each one (ban, kick, etc.) there is a text field and a button. The button has text on it that tells you what it does with the field next to it. Just fill in the players name (IP when banning IP and reason in the reason field for kicking) and click the button. Simple.

Alpha v1.1 Pre-release 1 and 2

Please note that PR2 is coming soon. Anything in parenthesis are about PR2

Main Screen

On the main screen you just insert the players name and it will take you to the player manager dashboard (In 1.1 PR2 you can put in an IP to ban/unban on main page as well).

Player Managing Dashboard

Here you can do many things to the player. You could set the player's health (and food level), ban, kick, etc. (You can also add a command button. This will create a new button on the bottom that allows you to issue a command on the player. To do this, go to options at the top right of SimpServ and click on "Add Command". Here you will type the command to add. Where the player name goes, put {$_POST['name']} (this is a part of PHP and is required to work) so for example to smite a player you could do "/smite {$_POST['name']}". In the other field is the button text. This is what the button actually says)


Comments

Posts Quoted:
Reply
Clear All Quotes