Many changes for TFM 5.0

Improved admin system
Improved Rank system
Implemented config converter
Improved command handling
Updated Aero
This commit is contained in:
Jerom van der Sar
2016-03-06 16:56:15 +01:00
parent 055973aa37
commit 6edb6be7d9
153 changed files with 1105 additions and 1144 deletions

View File

@ -8,8 +8,6 @@ prozza:
rank: SENIOR_ADMIN
ips:
- 127.0.0.1
console_aliases:
- Darth
last_login: Wed, 2 Apr 2016 16:08:39 +0200
login_message: 'the &5Lead Developer&b!'
@ -20,7 +18,6 @@ madgeek1450:
ips:
- 1.2.3.4
- 8.8.8.8
console_aliases: []
last_login: Wed, 2 Apr 2016 16:08:39 +0200
login_message: 'the &4Co-Founder&b and &6Master-ass-kicker&b.'
@ -28,7 +25,6 @@ markbyron:
username: markbyron
active: true
rank: SENIOR_ADMIN
console_aliases: []
ips:
- 8.8.4.4
last_login: Wed, 2 Apr 2016 16:08:39 +0200

View File

@ -1,4 +1,3 @@
#
# TotalFreedomMod ban config
# Warning: modifying this file is not recommended.
# TotalFreedomMod 5.0 Player Bans
#

View File

@ -1,5 +1,5 @@
#
# TotalFreedomMod v4.3 Configuration
# TotalFreedomMod 5.0 Configuration
# by Madgeek1450 and Prozza
#
@ -110,6 +110,8 @@ blocked_commands:
- 'n:b:/save-all:_'
- 'n:b:/save-on:_'
- 'n:b:/save-off:_'
- 'n:b:/tfbanlist:Use /banlist to see and wipe the ban list'
- 'n:b:/tfipbanlist:Use /banlist to see and wipe the ban list'
# Superadmin commands
- 's:b:/kick:_'

View File

@ -1,5 +1,5 @@
#
# Permanent Bans
# TotalFreedomMod 5.0 Permanent Bans
#
badplayer1:

View File

@ -2,8 +2,8 @@ name: TotalFreedomMod
main: me.totalfreedom.totalfreedommod.TotalFreedomMod
version: ${tfm.build.version}
description: Plugin for the Total Freedom server.
depend: [Aero]
softdepend: [BukkitTelnet, WorldEdit, Essentials]
depend: [Aero, WorldEdit]
softdepend: [BukkitTelnet, Essentials]
authors: [Madgeek1450, Prozza]
# plugin.yml is no longer used to define commands.

View File

@ -0,0 +1,4 @@
#
# Config version
#
version: 1