Advertisement
UraharaNZ

DBA | Bungee Messages

Mar 25th, 2019
7,415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.80 KB | None | 0 0
  1. AutoMessages:
  2. register:
  3. - '&8&m----------------------------------------------------'
  4. - ''
  5. - '&eYou need to register first, please use'
  6. - ''
  7. - '&a/register password password &c%captcha%'
  8. - ''
  9. - '&8&m----------------------------------------------------'
  10. login:
  11. - '&8&m----------------------------------------------------'
  12. - ''
  13. - '&eYou need to login to play on this server, please use'
  14. - ''
  15. - '&a/login password'
  16. - ''
  17. - '&8&m----------------------------------------------------'
  18. auto:
  19. - '&8&m----------------------------------------------------'
  20. - ''
  21. - '&eYou have been auto-logged as a premium user'
  22. - ''
  23. - '&8&m----------------------------------------------------'
  24. session:
  25. - '&8&m----------------------------------------------------'
  26. - ''
  27. - '&eYou have been logged in to your previous session'
  28. - ''
  29. - '&8&m----------------------------------------------------'
  30.  
  31. KickMessages:
  32. register: |-
  33. &8&m-------------------------------------------
  34.  
  35. &aYour Minecraft Server Name
  36.  
  37. &eYou have exceeded the time to register
  38. &ePlease try again!
  39.  
  40. &8&m-------------------------------------------
  41. login: |-
  42. &8&m-------------------------------------------
  43.  
  44. &aYour Minecraft Server Name
  45.  
  46. &eYou have exceeded the time to login
  47. &ePlease try again!
  48.  
  49. &8&m-------------------------------------------
  50. MaxLogin: |-
  51. &8&m-------------------------------------------
  52.  
  53. &aYour Minecraft Server Name
  54.  
  55. &ePlease try join later, the connection limit has been reached
  56.  
  57. &8&m-------------------------------------------
  58. MaxLoginCracked: |-
  59. &8&m-------------------------------------------
  60.  
  61. &aYour Minecraft Server Name
  62.  
  63. &ePlease try join later, too many cracked user have attempted to log in.
  64.  
  65. &8&m-------------------------------------------
  66. PremiumKick: |-
  67. &8&m-------------------------------------------
  68.  
  69. &aYour Minecraft Server Name
  70.  
  71. &ePlease reconnect to the server to apply the changes.
  72.  
  73. &8&m-------------------------------------------
  74. unregisterkick: |-
  75. &8&m-------------------------------------------
  76.  
  77. &aYour Minecraft Server Name
  78.  
  79. &eYou have been un-registered by an admin > %admin%
  80.  
  81. &8&m-------------------------------------------
  82. NameCheck: |-
  83. &8&m-------------------------------------------
  84.  
  85. &aYour Minecraft Server Name
  86.  
  87. &eYour name has already been registered with a different NameCase
  88.  
  89. &8&m-------------------------------------------
  90. MaxAccountsIP: |-
  91. &8&m-------------------------------------------
  92.  
  93. &aYour Minecraft Server Name
  94.  
  95. &cYour IP has to many accounts registered on this server.
  96.  
  97. &8&m-------------------------------------------
  98. MaxPlayingIP: |-
  99. &8&m-------------------------------------------
  100.  
  101. &aYour Minecraft Server Name
  102.  
  103. &cYour IP has to many accounts playing at the moment.
  104.  
  105. &8&m-------------------------------------------
  106. ClearCache: |-
  107. &8&m-------------------------------------------
  108.  
  109. &aYour Minecraft Server Name
  110.  
  111. &cYour data has ben cleared join again please.
  112.  
  113. &8&m-------------------------------------------
  114. Logout: |-
  115. &8&m-------------------------------------------
  116.  
  117. &aYour Minecraft Server Name
  118.  
  119. &cYour session has been closed :).
  120.  
  121. &8&m-------------------------------------------
  122.  
  123.  
  124. Titles:
  125. register:
  126. top: '&aPLEASE REGISTER'
  127. bottom: '&eYour captcha is: &c%captcha%'
  128. options:
  129. fadein: 20
  130. fadeout: 20
  131. stay: 200
  132. login:
  133. top: '&aPLEASE LOGIN'
  134. bottom: '&eUse /login pass'
  135. options:
  136. fadein: 20
  137. fadeout: 20
  138. stay: 200
  139. auto:
  140. top: '&aAuto-Logged'
  141. bottom: '&eThanks for playing with us :D!'
  142. options:
  143. fadein: 20
  144. fadeout: 20
  145. stay: 200
  146. successful:
  147. top: '&aThanks for Playing with us'
  148. bottom: '&eEnjoy the server :D!'
  149. options:
  150. fadein: 20
  151. fadeout: 20
  152. stay: 200
  153. session:
  154. top: '&aSession Resumed'
  155. bottom: '&eEnjoy the server :D!'
  156. options:
  157. fadein: 20
  158. fadeout: 20
  159. stay: 200
  160.  
  161. Commands:
  162. register:
  163. exist: '&cThis player is already registered.'
  164. wrong: '&cYou used the register command incorrectly, use &e/register pass pass'
  165. non_captcha: '&cYou forgot to put the captcha at the end: %captcha%'
  166. wrong_captcha: '&cCaptcha incorrect your captcha is: %captcha%'
  167. bannedpw: '&cThis password is too easy and/or banned from this server'
  168. to_short: '&cYour password is too short'
  169. to_long: '&cYour password is too long'
  170. registering: '&aTrying to register your account'
  171. success: '&aYour account was successfully registered, have fun!'
  172. login:
  173. already: '&cYou are already connected. OmegaLuL'
  174. wrong_pass: '&cIncorrect password. Try again'
  175. wrong_kick: '&cIncorrect password. Try again'
  176. correct: '&aAccount successfully logged in, have fun :)!'
  177. wrong_cmd: '&cYou used the login command incorrectly, use &e/login pass'
  178. register_first: '&cYou need to register first.'
  179. cracked:
  180. already: '&cThis account is already set as cracked. You can also try /premium'
  181. successful: '&cYour account cache was cleared by an admin, please re-join.'
  182. exception: '&cThis account is not registered on the server'
  183. premium:
  184. successful: '&aYour account has been set to premium please rejoin the server.'
  185. on_list: '&cThis account is already on the list please rejoin to apply changes.'
  186. error: '&cSomething weird happened please contact a staff member!'
  187. already_premium: '&cThis account is already set to premium, this command will not work!'
  188. not_registered: '&aYou first need to register your account to use /premium'
  189. not_mojang: '&cThis account does not exist on mojangs system'
  190. deactivated: '&cThis command has been disabled'
  191. only_player: '&cThis command only works on players'
  192. wrong_method: '&cThis command does not work with this method'
  193. require_login: '&cThis command only work if y ou are logged. Please use /login pass'
  194. unregister:
  195. correct: '&aCorrect usage: &c/authadmin forcelogin %player%'
  196. console: '&aThe user %player% was un-registered by %admin%'
  197. success: '&aThe player was un-registered correctly'
  198. disableshield:
  199. success: '&cThe shield has ben disabled correctly, now all the players can join'
  200. wrong: '&cThis server does not use the protection with shield mode.'
  201. cacheclear:
  202. correct: '&aCorrect usage: &c/authadmin playercacheclear %player%'
  203. success: '&aThe cache for %player% was cleared from the server'
  204. player_msg: '&cYour player info was removed from the cache by an admin, try join again.'
  205. changepassword:
  206. not: '&cYou need to register first...'
  207. wrong: '&cCorrect usage is: &a/changepassword current_pass new_pass'
  208. same: '&cYour new password is the same as the old one, please try with a different password.'
  209. successful: '&cYour account password has been updated correctly'
  210. incorrect: '&cYour current password is not the same as the registered password.'
  211. premium_adm:
  212. wrong: '&cCorrect usage is: /authadmin premium nick'
  213. already: '&cThis account is already set to premium'
  214. sucess: '&aThis account is now is set as premium'
  215. not_registered: '&cThis account does not exist on this server'
  216. cracked_adm:
  217. wrong: '&cCorrect usage is: /authadmin cracked nick'
  218. already: '&cThis account is already cracked'
  219. sucess: '&aThis account has now been set to cracked'
  220. not_registered: '&cThis account does not exist on this server'
  221. fetchdata: '&aThe command is processing and the result will be displayed on your DATABASE "playerip" Table'
  222. redis: '&aThe command was executed on the player proxy'
  223. rediserror: '&cThe player isn''t online or RedisBungee isn''t installed.'
  224. playerip:
  225. ipnotfound: '&cThe player ip isn''t registered on the database'
  226. addaccount: '&aAdded 1 account to the ip of the player %player%'
  227. minusaccount: '&aRemoved 1 account to the ip of the player %player%'
  228. addplaying: '&aAdded 1 account to the ip of the player %player%'
  229. minusplaying: '&aRemoved 1 account to the ip of the player %player%'
  230. delete: '&aThe %player% IP was deleted from the database'
  231. forcelogin:
  232. success: '&cYou were logged by staff: &e%staff_name%'
  233. offline: '&cThe user %player% isn''t connected to the server'
  234. not_registered: '&cThis account does not exist on this server'
  235.  
  236. HelpADM:
  237. - '/authadmin unregister <nick>'
  238. - '/authadmin clearcache <nick>'
  239. - '/authadmin disableshield'
  240. - '/authadmin clearnames'
  241. - '/authadmin premium <nick>'
  242. - '/authadmin cracked <nick>'
  243. - '/authadmin fetchada'
  244. - '/authadmin forcelogin <nick>'
  245. - '/authadmin playerip "for the player ip help"'
  246.  
  247. HelpPlayerIP:
  248. - '/authadmin playerip accounts add <nick>'
  249. - '/authadmin playerip accounts minus <nick>'
  250. - '/authadmin playerip max_accounts add <nick>'
  251. - '/authadmin playerip max_accounts minus <nick>'
  252. - '/authadmin playerip playing add <nick>'
  253. - '/authadmin playerip playing minus <nick>'
  254. - '/authadmin playerip max_playing add <nick>'
  255. - '/authadmin playerip max_playing minus <nick>'
  256. - '/authadmin playerip delete nick'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement