Advertisement
Guest User

Untitled

a guest
Feb 6th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. #AutoNicker by BlvckBytes
  2. ChatMessages:
  3. Prefix: "&7[&5NICK&7]"
  4. NoPermission: "&4Du hast keine Rechte!"
  5. NotNicked: "&4Du bist nicht genickt!"
  6. GotNick: "&4Du spielst nun als: &6%name%"
  7. Unnicked: "&4Dein Nick wurde entfernt!"
  8. NickUsage: "&4/nick <Name>"
  9. FakeJoin: "&8> &7Der Spieler &e%name% &7ist dem Spiel beigetreten!"
  10.  
  11. #Variables: %player% %message%
  12. ChatFormat: "&6%player% &8ยป &7%message%"
  13.  
  14. Settings:
  15. FormatTab: true
  16. FormatChat: true
  17. FakeJoin: false
  18. InformPlayer: true
  19.  
  20. TabFormat:
  21. Prefix: "&6"
  22. Suffix: ""
  23. Priority: 7
  24.  
  25. MySQL:
  26. Host: localhost
  27. Port: 3306
  28. Database: nick
  29. User: nick
  30. Password: passwort
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement