diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-14 20:33:05 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-14 20:33:54 +0000 |
commit | 71e75cab7997de6adfa340fa2498d11f0cbebadf (patch) | |
tree | 7a82ec128a386a0c5c369407151615b8434aaca7 | |
parent | 5e0cdd94ead49b06e0fce0c8024af3f1a9208ec5 (diff) | |
download | serverdata-71e75cab7997de6adfa340fa2498d11f0cbebadf.tar.gz serverdata-71e75cab7997de6adfa340fa2498d11f0cbebadf.tar.bz2 serverdata-71e75cab7997de6adfa340fa2498d11f0cbebadf.tar.xz serverdata-71e75cab7997de6adfa340fa2498d11f0cbebadf.zip |
Change default charcommand symbol from $ to # (to resemble magic system)
Remove bypass equipment permission from EVTC
Grant Game Masters permission to create guilds without the item (@guild and #guild "guildmaster")
This should now be ready.
-rw-r--r-- | conf/atcommand.conf | 2 | ||||
-rw-r--r-- | conf/groups.conf | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/conf/atcommand.conf b/conf/atcommand.conf index 02dcdcf8..eede6399 100644 --- a/conf/atcommand.conf +++ b/conf/atcommand.conf @@ -11,7 +11,7 @@ charcommand_symbol represents #commands used on other players. */ atcommand_symbol : "@" -charcommand_symbol: "$" // Should we use $ or #? Because $ is reserved? +charcommand_symbol: "#" // We can use $ if this overlaps with ManaPlus /* Command aliases You can define aliases for any command. Aliases work just like the original command. diff --git a/conf/groups.conf b/conf/groups.conf index b5522e24..60b84b3d 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -85,7 +85,7 @@ http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-Files 80/81: Community Coordinator (Support + DEV + EVTC + GM) -98/99: Administrator (All Perms) +99: Administrator (All Perms) NYI commands: hairstyle and haircolor (use @debug-look) @@ -306,8 +306,6 @@ groups: ( } log_commands: true permissions: { - // I'm not sure about this, sounds better in my head ~ Jesusalva - all_equipment: true } }, { @@ -340,6 +338,7 @@ groups: ( allstats: true hide: true speed: [true, true] + guild: [true, true] // Moderation Commands jailfor: true |