Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #basic mysql config
  2. usemysql=true
  3. host=127.0.0.1
  4. username=root
  5. password=
  6. base=meinlog
  7.  
  8. #must be an ITEM
  9. itemwand=280
  10. #must be a BLOCK
  11. blockwand=5
  12.  
  13. blocklog=true
  14. chatlog=true
  15. commandlog=true
  16.  
  17. #messages
  18.  
  19. #colors: {color}
  20. #vars  : %variable%
  21.  
  22. #amount
  23. countmessage={purple}%amount%{orange} edits on this block
  24. #player block world x y z
  25. blockbreakmessage={orange}%player%{aqua} broke {orange} %block% {aqua} at %timestamp%
  26. blockplacemessage={orange}%player%{aqua} placed {orange} %block% {aqua} at %timestamp%
  27. #command description
  28. helpmessage={gold}%command% {red} -> {aqua}%description%
  29. #player message
  30. playermessage={aqua}%player%: {orange}%message%
  31. #count
  32. rollbackcountmessage={aqua}Rolled back {red}%count% {aqua}edits!
  33.  
  34. #other messages
  35. consolenotallowedmessage=Only Players are allowed to use this Command!
  36. pluginreload={orange}Reloaded the config
  37. pluginreconnect={orange}Reconnected
  38. noeditsmessage={red}No edits on this Block!
  39. historyenabled={light_purple}History is enabled now!
  40. historydisabled={light_purple}History is disabled now!
  41. linebeetweenblockmessagesandcountmessage={orange}---------------------------------------
  42. editerrormessage={red}An error occured, more information in the console
  43. allsessionsremovedmessage={orange}Removed all Sessions
  44. tableclearedmessage={red}Table cleared
  45. ingamecommand={red}You have to use this command ingame!
  46. worldeditnotfoundmessage={red}WorldEdit plugin not found, WE rollback disabled!
  47. nothingtorollbackmessage={red}Nothing to rollback!
  48. rollbackcompletemessage={aqua}Rollback done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement