0 Members and 1 Guest are viewing this topic.
Plugin TDSMPermissions crashed in hook plugins-loaded:System.IO.FileNotFoundException: Could not load file or assembly 'YaTools.Yaml.Core.Net4, Version=4.0.0.0, Culture=neutral, PublicKeyToken=96dfc321948ee54c' or one of its dependencies. The system cannot find the file specified.File name: 'YaTools.Yaml.Core.Net4, Version=4.0.0.0, Culture=neutral, PublicKeyToken=96dfc321948ee54c' at TDSMPermissions.Perms.Permissions.LoadPerms(String permissionsYML) at TDSMPermissions.TDSMPermissions.OnPluginsLoaded(HookContext& ctx, PluginsLoaded& args) at Terraria_Server.Plugins.HookPoint`1.Invoke(HookContext& context, T& arg)WRN: Assembly binding logging is turned OFF.To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.Note: There is some performance penalty associated with assembly bind failure logging.To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Guest: info: default: true prefix: '[Guest] ' suffix: ' - Please Register' rank: 1 color: 200,200,200 inheritance: permissions: - tdsm.who - -tdsm.rr
New users are given the "Guest" tag because that is set as default in the demo permissions.yml. And you don't have permissions probably because you didn't set yourself to have them in permissions.yml. Read the first post, man, it's not that hard!I'll try to get DeathCradle to put up the working version of Restrict when he gets on (I don't have access to the repo, that I know of).
Oh, one more thing. Server commands and their nodes can be found here: http://wiki.tdsm.org/index.php?title=Permissions_Nodes
I'm sorry, i dont wanna sound like im complaining, this is a neat plugin and id like to be able to use it but i dont wanna have to add every name that joins my server to the list, isnt there a way for them to automatically become members if i accept their registration? or a command to do it?
Quote from: Malkierian on November 09, 2011, 09:32:24 AMNew users are given the "Guest" tag because that is set as default in the demo permissions.yml. And you don't have permissions probably because you didn't set yourself to have them in permissions.yml. Read the first post, man, it's not that hard!I'll try to get DeathCradle to put up the working version of Restrict when he gets on (I don't have access to the repo, that I know of).I think one of my posts disappeared for some reason, but I had originally suggested an automatic ranking system based on time where if a user is on the server for a set period (definable) they automatically get bumped up. Is this possible?
Quote from: Malkierian on November 08, 2011, 07:17:58 PMOh, one more thing. Server commands and their nodes can be found here: http://wiki.tdsm.org/index.php?title=Permissions_NodesCan this be included in the original post?
groups: Fighter: info: default: true prefix: '[Fighter] ' build: true rank: 1 color: '#FFFFFF' inheritance: permissions: - tdsm.who - essentials.ping - essentials.kit - essentials.suicide Donor: info: prefix: '[Donor] ' build: true rank: 2 color: '#006B3C' inheritance: - Fighter permissions: - tdsm.time - essentials.heal Moderator: info: prefix: '[Moderator] ' build: true rank: 3 color: '#007BA7' inheritance: - Donor permissions: - tdsm.give - essentials.butcher Admin: info: prefix: '[Admin] ' build: true rank: 4 color: '#ED9121' inheritance: - Moderator permissions: - tdsm.kick - tdsm.ban - essentials.bloodmoon Owner: info: prefix: '[Owner] ' build: true rank: 5 color: '#FF0038' inheritance: - Admin permissions: - '*'users: DrBreadgun: info: groups: - Owner permissions: Secondkingstons: info: groups: - Admin permissions: