Advertisement
Guest User

Untitled

a guest
Feb 29th, 2020
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. # .... . . ....
  2. # . . .. .. . .
  3. # . . . . . ....
  4. # . . . . .
  5. # .... . . .
  6. # DeathMessagesPrime MONITOR Compat Configuration File
  7. # SAVE THIS FILE AS UTF-8!!!! (without BOM)
  8. # Your text editor should support it. (Windows Notepad does probably not work)
  9.  
  10. # Configuration version, do not change this unless you want your config to be
  11. # reset.
  12. config-version: 1
  13.  
  14. # This plugin adds MONITOR plugin compatibility to DeathMessagesPrime.
  15. # To see what plugins can achieve DMP compatibility with this, please check
  16. # the Spigot website of this plugin.
  17.  
  18. # Note that this will result in plugins getting the PlayerDeathEvent
  19. # effectively called twice. Modifying any of the fields of the mock event
  20. # will cause nothing to happen.
  21.  
  22. # If a plugin expects a PlayerDeathEvent to be only called once, it is
  23. # not compatible with this addon.
  24.  
  25. # Only call listeners that themselves use the MONITOR or HIGHEST priority.
  26. only-monitor-or-highest: false
  27.  
  28. # List of plugins to call a mock PlayerDeathEvent for.
  29. # Check the website mentioned above for plugin names.
  30. plugins:
  31. - DiscordSRV
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement