-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3cb1006
commit 72ca301
Showing
5 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
whitelist: | ||
- info | ||
- shop | ||
- msg | ||
- help | ||
|
||
# %name% is the name of the player who committed suicide | ||
suicide-broadcst: "&7The player &e%name% &4commited suicide" | ||
suicide-broadcast: "&7The player &e%name% &4committed suicide" |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
name: NoPluginsCommand | ||
main: net.simplyvanilla.nopluginscommand.NoPluginsCommand | ||
|
||
name: NoPluginsCommand | ||
description: Obfuscate commands for Anarchy servers. | ||
version: @version@ | ||
author: SimplyVanilla | ||
description: Hard-disable commands for Anarchy Servers. | ||
website: https://github.com/SimplyVanilla/NoPluginsCommand | ||
|
||
api-version: 1.18 | ||
|
||
author: Simply Vanilla | ||
website: https://github.com/SimplyVanilla/NoPluginsCommand | ||
|
||
commands: | ||
customtext: | ||
description: Allow for admin defined messages | ||
suicide: | ||
description: Suicide a player | ||
description: Take the easy way out. | ||
usage: 'Usage: /<command>' | ||
aliases: | ||
- kill |