Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2018
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  1. messages:
  2. Prefix: '&8(&b!&8) &3&l»'
  3. Header: ' &f&m+----&3&m----&f&m----&3&m----&8( &fAltsManager &8)&f&m----&3&m----&f&m----&3&m----+'
  4. Footer: ' &f&m+----&3&m----&f&m----&3&m----&f&m----&3&m----&f&m----&3&m----&f&m----&3&m----&f&m----+'
  5. Kick-Message:
  6. - ''
  7. - '%prefix% &fSorry, but we don''t allow more than &c1 &falternate accounts online at once.'
  8. - ''
  9. Warning: '%prefix% &a%player% &fmay be using alts. &8(&e/alts search %player%&8)'
  10. Success-Search: '%prefix% &fCommand &asuccessfully &fexecuted on &a%players%&f.'
  11. No-Alts-Found: '%prefix% &fSorry, but no alternate accounts were found.'
  12. No-Permission: '%prefix% &fSorry, but you don''t have permission to do that.'
  13. Reloaded: '%prefix% &fYou''ve &asuccessfully &freloaded the configuration for &aAltsManager&f.'
  14. Version: '%prefix% &fThe current version for &aAltsManager &fis &a%version%&f.'
  15. No-IP-Access: '&cNO ACCESS'
  16. Player-Unknown: '%prefix% &fSorry, but that player doesn''t have any account logs.'
  17. Total-Logged: '%prefix% &fThere''s a total of &a%amount% &fdifferent logged players.'
  18. Players-Only: '%prefix% &fSorry, but this command is for players only.'
  19. IP-Header:
  20. - '%prefix% &fTo %show/hide% use &e/alts search (player) %hidebanned%&f.'
  21. - '%prefix% &aUnbanned &8/ &cBanned'
  22. Search-Results:
  23. - '&3&l» &a%player%&f''s information'
  24. - ''
  25. - '&fStatus &3&l» %status%'
  26. - '&fIP &3&l» &a%ip%'
  27. - '&fUUID &3&l» &a%uuid%'
  28. - ''
  29. - '&3&l» &fAccounts'
  30. - '&3&l» %accounts%'
  31. Status:
  32. Online: '&aOnline'
  33. Offline: '&cOffline'
  34. Formats:
  35. Execute-Alts: '%prefix% &e/alts executealts (player) (command)'
  36. Search: '%prefix% &e/alts search (player) &8(&atrue&7/&cfalse&8)'
  37. Reload: '%prefix% &e/alts reload'
  38. Version: '%prefix% &e/alts version'
  39. Dev: '%prefix% &e/alts dev'
  40. Auto-Update:
  41. Checking-For-Update: '%prefix% &fChecking the available updates for &aAltsManager&f...'
  42. Update-Available: '%prefix% &fThere''s an update for &aAltsManager &favailable.'
  43. Update-Downloading: '%prefix% &fUpdate for &aAltsManager &fis downloading...'
  44. Major-Update-Available: '%prefix% &fThere''s a large update for &aAltsManager&f that must be manually downloaded. %click%'
  45. Updated-Successfully: '%prefix% &fUpdate for &aAltsManager &fhas &asuccessfully &fdownloaded. Please restart the resource for the update to take effect.'
  46. Credentials-Error: '%prefix% &fSorry, but your credentials seem to be incorrect or empty. Please update the plugins/MVdWUpdater/credentials.yml file and restart the server.'
  47. Click-Me: '&8(&bClick me&8)'
  48. settings:
  49. Kick-Player-On-Max-Accounts-Reached: true
  50. Max-Accounts: 2
  51. Command-Format: ' &3&l» &e%command% &3&l» &f%usage%'
  52. Auto-Update: true
  53. # The Auto-Update feature requires MVdWUpdater (https://www.spigotmc.org/resources/mvdwupdater.14803/)
  54. Alert-Sounds: true
  55. Command-Sounds: false
  56. MySQL:
  57. Enabled: false
  58. Host: 'localhost'
  59. Port: 3306
  60. Database: 'database_name'
  61. Username: 'root'
  62. Password: 'password'
  63. Table: 'altsmanager_data'
  64. sounds:
  65. Alert: BLOCK_ANVIL_FALL
  66. Success: ENTITY_PLAYER_LEVELUP
  67. Usage: BLOCK_IRON_TRAPDOOR_OPEN
  68. Error: ENTITY_ENDERMITE_HURT
  69. Dev: ENTITY_ENDERDRAGON_DEATH
  70. # Alert: ANVIL_LAND
  71. # Success: LEVEL_UP
  72. # Usage: DOOR_OPEN
  73. # Error: ENDERDRAGON_HIT
  74. # Dev: ENDERDRAGON_DEATH
  75. # By default the sounds are for 1.11+
  76. # I've provided the sounds from previous
  77. # version of Minecraft below. Simply delete the
  78. # hashtags and the other sounds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement