mirror of
https://github.com/IPTFreedom/iptfreedom.git
synced 2024-11-14 22:14:54 -05:00
Almost finished with everything
This commit is contained in:
parent
6dd8a262ef
commit
caa8bdebc4
3 changed files with 16 additions and 5 deletions
3
TODO.md
3
TODO.md
|
@ -2,8 +2,5 @@
|
|||
- Add genders to marriage plugin
|
||||
|
||||
# Plugins
|
||||
- LibsDisguises
|
||||
- Plan
|
||||
- ProtocolLib
|
||||
- spark
|
||||
- Votifier
|
|
@ -312,7 +312,6 @@ blocked_commands:
|
|||
- 'n:b:/worldguard:_'
|
||||
- 'n:b:/tpall:_'
|
||||
- 'n:b:/wra:_'
|
||||
- 'n:b:/viaver:_'
|
||||
- 'n:b:/viaversion:_'
|
||||
- 'n:b:/spark:_'
|
||||
- 'n:b://g:_'
|
||||
|
@ -330,7 +329,6 @@ blocked_commands:
|
|||
- 'a:b:/stoplag:_'
|
||||
- 'a:b:/slay:_'
|
||||
- 'a:b:/save-all:_'
|
||||
- 'a:b:/libsdisguises:_'
|
||||
- 'a:b:/particle:Due to security reasons, the use of /particle has been disabled.'
|
||||
- 'a:b:/kick:_'
|
||||
- 'a:b:/difficulty:_'
|
||||
|
|
16
server.toml
16
server.toml
|
@ -144,3 +144,19 @@ url = "https://github.com/kikelkik/LiftReloaded/releases/download/2.4.2/lift-rel
|
|||
[[plugins]]
|
||||
type = "url"
|
||||
url = "https://github.com/aromaa/WorldGuardExtraFlags/releases/download/v4.2.1/WorldGuardExtraFlags.jar"
|
||||
|
||||
[[plugins]]
|
||||
type = "url"
|
||||
url = "https://github.com/libraryaddict/LibsDisguises/releases/download/v10.0.35/LibsDisguises-10.0.35-Github.jar"
|
||||
|
||||
[[plugins]]
|
||||
type = "url"
|
||||
url = "https://github.com/ayunami2000/LiberalDisguises/releases/download/v1.0.0/liberaldisguises-1.0.0.jar"
|
||||
|
||||
[[plugins]]
|
||||
type = "url"
|
||||
url = "https://github.com/dmulloy2/ProtocolLib/releases/download/5.0.0/ProtocolLib.jar"
|
||||
|
||||
[[plugins]]
|
||||
type = "url"
|
||||
url = "https://ci.lucko.me/job/spark/381/artifact/spark-bukkit/build/libs/spark-1.10.41-bukkit.jar"
|
||||
|
|
Loading…
Reference in a new issue