Advertisement
Guest User

Mineplex 2

a guest
Sep 4th, 2017
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. on load:
  2. set {mineplex.starttime} to now
  3.  
  4. #(Old ugly acci text here)
  5. #
  6. #Mineplex Core Remake
  7. #The best and only Mineplex Copy
  8. #by Josh Roy (WheezyGold7931)
  9. #Enjoy!
  10. script options:
  11. $ use permissions
  12.  
  13. #! MCR Settings
  14.  
  15.  
  16. #! If you want to use MySQL features edit the details below
  17. script options:
  18. $ db url jdbc:mysql://<HOST>:3306/<DATABASE>
  19. $ db username <USERNAME>
  20. $ db password <PASSWORD>
  21.  
  22.  
  23. #! This value can be set to the following:
  24. #! "file": Stores the playerdata into files (Default)
  25. #! "sql": Stores the playerdata into a sql database (Details must be setup above)
  26. options:
  27. mode: file
  28.  
  29. #! These are internal settings, it is not recomended that you mess with them as they WILL mess up the plugin!
  30. options:
  31. MCRVER: 2.9
  32. MCRHOTFIX: 0
  33. configver: shamu
  34. playerdata: 3
  35.  
  36. #! json.sk code DO NOT MESS WITH THIS! !(Rezz ily)!
  37. options:
  38. debug: false
  39. codes: 0|1|2|3|4|5|6|7|8|9|a|b|c|d|e|f|k|l|m|n|o|r
  40.  
  41. function mcrremoveColor(msg: text) :: text:
  42. set {_m::*} to {_msg} split at ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement