mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-29 03:36:42 +00:00
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:
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
#
|
||||
# TotalFreedomMod ban config
|
||||
# Warning: modifying this file is not recommended.
|
||||
# TotalFreedomMod 5.0 Player Bans
|
||||
#
|
||||
|
@ -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:_'
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Permanent Bans
|
||||
# TotalFreedomMod 5.0 Permanent Bans
|
||||
#
|
||||
|
||||
badplayer1:
|
||||
|
@ -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.
|
||||
|
4
src/main/resources/version.yml
Normal file
4
src/main/resources/version.yml
Normal file
@ -0,0 +1,4 @@
|
||||
#
|
||||
# Config version
|
||||
#
|
||||
version: 1
|
Reference in New Issue
Block a user