0 Members and 1 Guest are viewing this topic.
So, don't know if I am retarded, but I cannot make it so that Guests cannot build. Here is the code:...I've replaced build: false with build: true and back again, but Guests can still build. Another thing, it does not seem to reload properly. For example, I changed and saved the prefix for the Guest group to '[Pants]' reloaded the plug-ins, and the prefix was still [Guest] until I restarted the server.One last thing, it would be nice if you could make an option where if a player uses /oplogin then they are placed in the highest ranked group.I may be retarded and am just missing some obvious things, but any help would be appreciated. Thanks.
Hello, I installed the plugin and got it to work.When I restarted my server my character got the prefix [Sponsor] instead of [Admin]. Are there any errors in my permissions file or is it a bug?...
The way to set a persons rank isn't working for me, did I do it correctly?...
Well I think I put in the users part correctly but, when I go in game I'm still a guest even though I set myself as admin.
groups: Guest: info: default: true prefix: '[Guest] ' suffix: ' - says a loser' rank: 1 color: 200,200,200 inheritance: permissions: - tdsm.who Member: info: prefix: '[Member] ' build: true rank: 2 inheritance: - Guest permissions: - tdsm.time Sponsor: info: prefix: '[Sponsor] ' build: true rank: 4 inheritance: permissions: - tdsm.give Moderator: info: prefix: '[Moderator] ' build: true rank: 3 color: 200,200,0 inheritance: - Member permissions: - tdsm.kick - tdsm.ban Admin: info: prefix: '[Admin] ' build: true rank: 4 color: '#aa1111' separator: '~ ' inheritance: - Sponsor permissions: - '*'users: Herpina: info: color: '#ff0055' groups: - Admin permissions: - -tdsm.spawnboss Derpina: info: prefix: 'Herpaderp' groups: - Moderator - Sponsor permissions: - tdsm.op minesage: info: color: '#aa1111' groups: - Admin permissions: - tdsm.op
4/19/2012 11:20:43 PM Pool> Plugin TDSMPermissions crashed in hook player-chat: System.MissingMethodException: Method not found: 'Void Terraria_Server.Server.notifyAll(System.String, Terraria_Server.Misc.Color, Boolean)'. at TDSMPermissions.TDSMPermissions.OnChat(HookContext& ctx, PlayerChat& args) at Terraria_Server.Plugins.HookPoint`1.Invoke(HookContext& context, T& arg)