version 1.2.0

added /staffchat toggle
added placeholderapi support (spigot version only)
small fixes for bungeecord version
This commit is contained in:
2018-11-20 19:12:59 +01:00
parent 9e8278d439
commit c57fb7223a
10 changed files with 211 additions and 15 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
name: StaffChat
authors: [oskar3123]
main: me.oskar3123.staffchat.bungee.BungeeMain
version: 1.1.5
version: 1.2.0
+6 -1
View File
@@ -1,7 +1,12 @@
settings:
character: '@'
format: '&b{NAME}: {MESSAGE}'
replaceplaceholdersinmessage: true
messages:
prefix: '&7StaffChat&8> &7'
nopermission: '&cYou don''t have permission to do that'
reloaded: 'Reloaded the config file'
playeronly: '&cPlayer only command'
reloaded: 'Reloaded the config file'
toggled: 'You toggled auto staffchat %s'
onstring: 'on'
offstring: 'off'
+3 -3
View File
@@ -1,13 +1,13 @@
name: StaffChat
authors: [oskar3123]
main: me.oskar3123.staffchat.spigot.Main
version: 1.1.5
api-version: 1.13
version: 1.2.0
softdepend: [PlaceholderAPI]
commands:
staffchat:
usage: /<command>
description: Used to reload the config file.
permissions:
staffchat.*:
description: Gives you permission to everything in the plugin.