Jump to content

imthenewguy

Creator
  • Posts

    3,453
  • Joined

  • Last visited

Everything posted by imthenewguy

  1. 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
  2. Check your raidable bases config and make sure the following is set to false. Block Plugins Which Prevent Item Durability Loss
  3. imthenewguy

    Permissions

    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?
  4. imthenewguy

    Red Error

    That is odd. Maybe try and remove your config and see if it still appears.
  5. imthenewguy

    Can't remove from group?

    Changed Status from Pending to Closed
  6. You can't go below the xp threshold of your current level.
  7. imthenewguy

    EpicLoot

    It is really odd that he doesn't retain the item.name. Would be simple enough to implement.
  8. imthenewguy

    Cooking

    If that's a backpack plugin, mine doesn't allow crafting from a backpack plugin, only from the ingredients bag. If you don't have the chat command perms enabled, or dont have the bag in the inventory, you can't craft from it.
  9. imthenewguy

    Cooking

    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.
  10. Changed Status from Pending to Closed
  11. imthenewguy

    EpicLoot

    There isnt but Ill add a player setting like I did for skill tree.
  12. imthenewguy

    Armored Train

    Hey mate, do you have any plans to add API identifying players that completed the event by chance? I would love to integrate this into my Skill Tree plugin and award xp for completing/participating in the event. Same with your Convoy plugin.
  13. 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.
  14. Hey mate any plans to add API to this? I would love to integrate it into my SkillTree plugin and award xp to participants per phase completed.
  15. 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
  16. imthenewguy

    Cooking

    Don't stack where exactly? The ingredient bag should stack fine because it's not moving a physical item into the bag - its adding an additional value onto the item stack count. Play me out a scenario so I can better understand the issue
  17. That's fair enough. I do need a support ticket created by the purchaser though to valid that they have purchased it. Plugins unfortunately get shared, and I obviously don't want to encourage it by offering support to potential servers that don't support developers.
  18. imthenewguy

    Can't remove from group?

    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 },
  19. imthenewguy

    Can't remove from group?

    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.
  20. imthenewguy

    Can't remove from group?

    What method are u using to remove yourself?
  21. imthenewguy

    conflict

    Changed Status from Pending to Closed
  22. imthenewguy

    Stats wiped...

    Changed Status from Pending to Closed
  23. imthenewguy

    EpicLoot

    Have added a new set for melee damage, a new set for melee defense, and a new set bonus for bullet damage reduction. Will be in next patch.
  24. imthenewguy

    conflict

    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"
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

116k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.