hello i want to ask a some question
1. how can i do !rules for my server that displays the rules on my server
2. how i can do !pb permanently ban player
3. how can i do !server that shows whats the server called (i saw it in other server)
thanks
hello i want to ask a some question
1. how can i do !rules for my server that displays the rules on my server
2. how i can do !pb permanently ban player
3. how can i do !server that shows whats the server called (i saw it in other server)
thanks
1. how can i do !rules for my server that displays the rules on my server
2. how i can do !pb permanently ban player
3. how can i do !server that shows whats the server called (i saw it in other server)
thanks
1. You can do this:
In config.cfg find [aliases]
Add:
rules = "fun rules"
find [funmessages]
Add:
rules = "RULE1{{br}}RULE2{{br}}RULE3"
(There was a rules plugin, but it is not updated to fit to the new requirements, yet)
2.
Activate pb-banning in config.cfg, find [kickban] and change
usepb = 1
3.
You can do it similarly like the !rules one:
[aliases]
server = "fun server"
[funmessages]
server = "^1Servername: ^7YOURSERVERNAME"
Alles anzeigen
1. You can do this:
In config.cfg find [aliases]
Add:
rules = "fun rules"find [funmessages]
Add:
rules = "RULE1{{br}}RULE2{{br}}RULE3"(There was a rules plugin, but it is not updated to fit to the new requirements, yet)
There will be soon a Rules Plugin which sends the rules with PMs to the player (avoids spamming)
You can use the Rules Plugin