Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # EasyReports by Ajneb97
- # I'm new here in the creation of plugins so it is possible that you can find bugs.
- # If so, please contact with me:
- # https://www.spigotmc.org/members/ajneb97.43796/
- # -> reports-by-player <- The ammount of reports a user can make before they are deleted
- # -> new-version-reminder <- If is set to true, a message will be sended to all admins if there is a new version of the plugin.
- # -> report-sound (enabled) <- Enable or disable the sound / true = yes / false = no
- # -> report-sound (name) <- Name of the sound that the player will hear when a report is made.
- # -> report-sound-error <- Player will hear this sound if something is wrong when reporting.
- # -> reported-user-sound <- Reported player will hear this sound.
- # You need to know that sounds names have changed in 1.9 so be careful with that. Links:
- # Sounds 1.8: http://docs.codelanx.com/Bukkit/1.8/org/bukkit/Sound.html
- # Sounds 1.9+: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
- Config:
- reports-by-player: 1
- new-version-reminder: true
- report-sound:
- enabled: true
- name: NOTE_PLING
- pitch: 1
- report-sound-error:
- enabled: true
- name: NOTE_PLING
- pitch: 0.1
- reported-user-sound:
- enabled: true
- name: NOTE_PLING
- pitch: 0.1
- Messages:
- prefix: '&4[&cEasyReports&4]'
- consoleCommand: '&6Este comando solo puede ser utilizado por un jugador!'
- errorReport: '&6Para reportar a un jugador utiliza: &7/erp report <usuario> <razon> &6o &7/report <usuario> <razon>'
- errorCheck: '&6Para revisar los reportes utiliza: &7/erp check <usuario> <reporte>'
- errorDelete: '&6Para eliminar reportes utiliza: &7/erp delete <usuario> <reporte>'
- reportCorrect: '&6Jugador reportado correctamente!'
- reportSelf: '&6No puedes reportarte a ti mismo!'
- commandNotExists: '&6Ese comando no existe!'
- totalUsers: '&aTotal: &c%total%'
- reportedUser: '&aReportes del usuario &6%user%&a: &c%total%'
- userNotReported: '&6El usuario &a%user% &6no ha sido reportado'
- userNoExists: '&6El usuario &a%user% &6has nunca ha jugado en el servidor!'
- reportNotExists: '&6Ese reporte no existe!'
- reportAlreadyMade: '&6Ya has reportado a ese jugador!'
- reportsDeleted: '&6Todos los reportes de &a%user% &6han sido eliminados'
- reportDeleted: '&6El reporte &c%report% &6del usuario &a%user% &6ha sido eliminado'
- reportMessage: '&6Acabas de ser reportado por &a%user%&6!'
- reportNumber: '&aNumero de Reporte: &c%report%'
- reportedBy: '&aReportado por:'
- noReports: '&6No existen reportes'
- reportsLevel: '&7&lINDICE DE REPORTES:'
- lowLevel: '&bBAJO'
- mediumLevel: '&eMEDIO'
- highLevel: '&4ALTO'
- checkReports: '&6Usuarios Reportados:'
- noPermissions: '&6No tienes permisos para ejecutar ese comando!'
- pluginReload: '&6Configuracion Recargada!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement