-
Posts
3,453 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
Set the values for each xp source so they are higher, or set the value of "Y" under "Leveling information. Y value must be set to 2 or 3" to 0.09 or something higher
-
Raidable Bases "zones" cancels the Reinforced Item set bonus
imthenewguy replied to Leonard Hagedorn's Support Request in Support
Check your raidable bases config and make sure the following is set to false. Block Plugins Which Prevent Item Durability Loss -
I need more information. Is there an error? Are the perms being given but they aren't able to use it? What method are u using to give them perms?
-
That is odd. Maybe try and remove your config and see if it still appears.
-
Changed Status from Pending to Closed
-
- 16 comments
-
- 1
-
-
- #skills
- #skill tree
-
(and 3 more)
Tagged with:
-
- 243 comments
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
If you are using a stack modifier plugin, be sure to set the following to false in your config: Allow cooking to maintain the item integrity using the OnItemStack/CanStackItem hook. Set to false if you use a stack control plugin It functions fine on my test server. Most likely something to do with a stack modifier plugin.
-
Can't get Better Chat to show levels.
imthenewguy replied to ChristopherS's Support Request in Support
Changed Status from Pending to Closed -
- 243 comments
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
Hey mate could we get a hook for the pre-start? Either the following just before _active = true; Interface.CallHook("OnHarborEventPreStart"); or the following method for us to call: [HookMethod("IsHarbourEventActive")] public bool IsHarbourEventActive() { return _active; } I am making a plugin that kills the cargo ship on spawn if my event is active. Don't want to accidentally kill this ship lol.
-
- 97 comments
-
- 1
-
-
- #barricade
- #ch47
- (and 26 more)
-
Can't get Better Chat to show levels.
imthenewguy replied to ChristopherS's Support Request in Support
Please ensure that you do not have the skilltree.notitles permission assigned. This prevents BetterChat titles from appearing. If you are unsure, type the following into your server console and see what groups/users have the permission. o.show perm skilltree.notitles -
- 1,253 comments
-
- 1
-
-
- #leveling
- #progression
- (and 13 more)
-
- 1,253 comments
-
- #leveling
- #progression
- (and 13 more)
-
I would run the token as a console command rater than a group command if you are trying to do that. Example: "command_1": { "name": "Command Token 1", "time_type": "day", "time_to_add": 0, "vip_group": null, "vip_description": "This token will add the user to the vip group and wont take them off.", "remove_tokens_on_wipe": false, "token_item": { "name": "permanent vip token", "skin": 2546992444, "item_shortname": "radiationresisttea.pure" }, "_command": { "command": "o.usergroup add {id} vip", "message": "You now have permanent vip.", "public_message": "", "hook": true }, "_commands": null },
-
I have no idea what that command is lol. Do the following in your server console o.show group vip2 Should print out any members in the group, as well as any perms associated to the group.
-
What method are u using to remove yourself?
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
- 243 comments
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
If you are having conflicts with stacks, disable cooking's handling of stacks by setting the following to false. "Allow cooking to maintain the item integrity using the OnItemStack/CanStackItem hook. Set to false if you use a stack control plugin"