Jump to content

Mabel

Creator
  • Posts

    945
  • Joined

  • Days Won

    4

Everything posted by Mabel

  1. Mabel

    Abandoned Bases Compatability

    Hello, could you add support for Abandoned Bases plugin, to exclude the plugin working when players enter the zone OnPlayerEnteredAbandonedBase(BasePlayer) OnPlayerExitAbandonedBase(BasePlayer)
  2. Mabel

    NPC Gifts

    Version 1.0.5

    718 downloads

    The NPC Gifts plugin provides a system where players can receive random gifts upon killing NPCs. The gifts are spawned as containers, and there are customizable settings for cooldowns, spawn chances, and permissions. Features Randomly spawns gifts when players kill NPCs. Customizable cooldowns to prevent gift spamming. Different container types with individual spawn chances. Permission-based access to specific container types. Configurable messages for chat and game tips. Configuration Options Cooldown Settings: Cooldown Duration Minutes: The duration before a player can receive another gift after killing an NPC. Message Settings: Enable Chat Message: Whether to send a chat message to the player when they receive a gift. Enable Game Tip Message: Whether to show a game tip message to the player when they receive a gift. Container Settings: Enabled: Whether this container type is enabled. Container Prefab: The prefab path for the container to spawn. Spawn Chance: The chance (between 0 and 1) that this container will spawn when an NPC is killed. Permission: The permission required for a player to receive this container type. Loot Table Name: The name of the loot table to use for this container. If left empty, the default loot table is used. Min Items: The minimum number of items to spawn in the container. Max Items: The maximum number of items to spawn in the container. Adding/Editing Containers Enable/Disable Containers: Set the Enabled field to true or false to control whether the container is used. Adjust Spawn Chances: Modify the Spawn Chance to change how often a container is spawned. A value of 0.5 means there's a 50% chance. Set Permissions: Specify a Permission for each container. Ensure these permissions are registered and granted to the appropriate players or groups. Set Loot Table Name: This filed is only required if using the Simple Loot Table Plugin, left blank will use the servers default loot tables Set Min/Max Items: These Fields are only required for users of the Simple Loot Table Plugin, they will not adjust the min/max values of your server loot table Permissions Register Permissions: The plugin will automatically register permissions based on the configuration. Grant Permissions: Use the following commands to grant permissions to players or groups: oxide.grant user <username> <permission> oxide.grant group <groupname> <permission> Example: oxide.grant user Mabel npcgifts.example1 Console Commands npcgifts_wipe - clears the cooldown data file Default Configuration { "Cooldown Settings": { "Cooldown Duration Minutes": 60 }, "Message Settings": { "Enable Chat Message": false, "Enable Game Tip Message": true }, "Container Settings": [ { "Enabled": true, "Container Prefab": "assets/prefabs/misc/xmas/sleigh/presentdrop.prefab", "Spawn Chance": 0.5, "Permission": "npcgifts.example1", "Loot Table Name": null, "Min Items": 0, "Max Items": 0 }, { "Enabled": true, "Container Prefab": "assets/prefabs/missions/portal/proceduraldungeon/xmastunnels/loot/xmastunnellootbox.prefab", "Spawn Chance": 0.5, "Permission": "npcgifts.example2", "Loot Table Name": null, "Min Items": 0, "Max Items": 0 }, { "Enabled": true, "Container Prefab": "assets/prefabs/misc/xmas/giftbox/giftbox_loot.prefab", "Spawn Chance": 0.5, "Permission": "npcgifts.example3", "Loot Table Name": null, "Min Items": 0, "Max Items": 0 } ], "Version": { "Major": 1, "Minor": 0, "Patch": 4 } } Default Language: { "ChatMessage": " :dance: Congratulations <color=#abf229>{0}</color> You Received A Gift From <color=#abf229>{1}</color> :dance:", "GameTipMessage": "Congratulations <color=#abf229>{0}</color> You Received A Gift From <color=#abf229>{1}</color>" }
    Free
  3. Mabel

    console spam on placement

    we did just wipe with a new map, maybe it was a issue with the previous map, i will keep checking if i see the error again i will let you know Thanks for your time
  4. Mabel

    console spam on placement

    Typically it doesn't give me any errors now
  5. Mabel

    Server Pop

    Ok, I will update it later
  6. Mabel

    console spam on placement

    Config attached Map is Procedural i am on the latest oxide version "Oxide.Rust Version: 2.0.6057" LaunchPad.json
  7. Mabel

    console spam on placement

    Failed to call hook 'OnPlayerInput' on plugin 'LaunchPad v1.2.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.LaunchPad.OnPlayerInput (BasePlayer player, InputState input) [0x002d4] in :0 at Oxide.Plugins.LaunchPad.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001e7] in :0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in :0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0 Failed to call hook 'OnPlayerInput' on plugin 'LaunchPad v1.2.0' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.LaunchPad.OnPlayerInput (BasePlayer player, InputState input) [0x002d4] in :0 at Oxide.Plugins.LaunchPad.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001e7] in :0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in :0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0 Getting this console spam when player places a pad the pads are working but every time a player places one we see this error
  8. Mabel

    The Door Knocker

    Appreciate your fast response, if you need any more info on the issue or any testing just let me know
  9. Mabel

    The Door Knocker

    Still getting this same issue, the players have to leave after being granted the permission before there added to the data i did some testing and the issue is when issuing it through a group for example the players unlock its use through completing x amount of raids, they are added to the group with the permission for the plugin, but when they use the commands it throws the previous error and they can not use it until they rejoin but if i grant the permission directly to the player they are able to use it without the need to rejoin
  10. Yes, like I've said it does not add it in the newly generated config, it just the same config as v1.0.0 if you look in the .cs you will see its missing from the default config so it can't generate a config with that option
  11. Hello, with your new update there is no new config option for the amount of damage its missing `Config["WrongGuessDamage"] = wrongGuessDamage;` in the cs file so no option is added to the new config also can you add support for pve servers to apply the damage to the player for failed attempt Thank you
  12. My original suggestion was more about the limits applying to the whole team and not extending it per team member EX: entity x is limited to 100, weather its a solo player or team of 6 they can still only place the limit of 100, this is what i am looking for
  13. Does it support teams/clans? That's a big problem with all the other entity limits plugins, there based on individual players so the limits can be exploited by teams. if it supports teams I will purchase it as it's much needed for us and probably many other servers Thanks
  14. Mabel

    The Door Knocker

    appreciate it, Thank you
  15. Mabel

    The Red Button

    show the command you used, it does work i use it, it should look like this
  16. Mabel

    The Door Knocker

    ok thanks ok, thank you it doesn't seem to add them in the data until they re-join once the permission is granted they have use of the commands but it doesn't change there amount fired and you get that error in console until they re-join and are added to the data, then they can fire there set amount without error
  17. Mabel

    The Red Button

    You can already do this with a console command inventory.giveto <steamID> <item.shortname> <amount> <skinid>
  18. Mabel

    The Door Knocker

    seem with the new update players now have to leave and rejoin before they can use it or you get the following error
  19. Mabel

    Protection Values for npc

    The protection values for npc clothing combinations have 0 function, whatever value you have set makes no difference also while having the following settings it affects players still even though it shouldn't be, which is giving incorrect damage and combat logs but they should not be affected
  20. Mabel

    Player Ranks

    Can we have it not create groups when using the config option it fills up the perms manager of groups we are not using Thanks
  21. Yeah just checked again incase i was wrong, but it is the same as "assets/bundled/prefabs/radtown/foodbox.prefab" & "assets/bundled/prefabs/radtown/underwater_labs/crate_food_2.prefab" "assets/bundled/prefabs/radtown/underwater_labs/crate_food_1.prefab" is the white one found in labs & roadside vans all use the same values
  22. Hello i never added that as it uses the same contents as `assets/bundled/prefabs/radtown/foodbox.prefab` if you want it adding to the default table though i will do that
  23. Mabel

    No function after update

    Its because you didn't generate a new config in the last update for the plugin, in version v1.0.3 i added new config option and put in the update notes that it required you to generate a new config. all good though glad its working again for you
  24. Mabel

    No function after update

    Changed Status from Not a Bug to Closed
  25. Mabel

    No function after update

    Changed Status from Pending to Not a Bug
2.2m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

151.3k

Files Sold

Total number of files sold.

3.2m

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.