Jump to content

The_Kiiiing

Creator
  • Posts

    2,557
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by The_Kiiiing

  1. The_Kiiiing

    unloaded plugins?

    Did you change the biome mask of the weed? Normally you should be able to obtaion it when harvesting hemp providing that you have the permission
  2. The_Kiiiing

    Plugin not workling

    Did you grant yourself the crafting permission?
  3. The_Kiiiing

    bug

    Changed Status from Pending to Work in Progress
  4. The_Kiiiing

    bug

    There will be an update today that adresses these issues
  5. Changed Status from Pending to Not a Bug
  6. This api is only intended for developers of other plugins to register custom items, if you want a certain plugin to add custom items, you can ask the developer to implement the custom item api of this plugin. I would not recommend you to change anything inside a plugin unless you have some coding experience. If you want to do it anyways, put the api calls in the Init or OnServerInitialized mehod, and delay them using a timer. private void Init() { timer.In(1f, () => { Loottable?.Call("AddCustomItem", this, <item id goes here>, <skin id goes here>, "<custom name goes here>"); }); }
  7. Changed Status from Pending to Closed
  8. no problem
  9. This looks like a bug. I will fix it with the next update
  10. Can you please send me as screenshot of the cut-off button
  11. Changed Status from Pending to Work in Progress
  12. I will add these options with the next update
  13. Changed Status from Pending to Closed
  14. Maybe you entered the command too late. After the event has been started using the command, players only have 30 seconds to enter the event. After that time the event starts and players can no longer enter
  15. Did you start the event before?
  16. I will be posting a video in a few days. When the event ends, the players return to their last position. If their inventory is full, the reward will be dropped in front of them.
  17. Version 1.1.1

    120 downloads

    Players have a limited time to collect presents with a sleigh, the one to collect the most presents wins. There are also preks to be collected, like a speed perk that increases the speed of the sleigh. Features: Players can ride a sleigh Scoreboard shows the best players during the event The winner receives a configurable reward Configurable sleigh speed Perks can be collected to increase sleigh speed or collect range Perks: Alongside presents, two perks can be collected: Speed Perk: increases the speed of the sleigh by a configurable percentage Range Perk: increases the range for collecting presents and perks by a configurable percentage Commands: Start the event (RCON, Console or Chat), sleighstart Join the event (Chat only) /sleigh join Permissions: sleighevent.admin - Required to start the event sleighevent.nosleigh - Players with this permission can not join events Default configuration: { "Event duration (seconds)": 240, "Time before the event starts (seconds)": 30, "Event height": 350, "Start amount of collectables spawned per player (increases over time)": 6, "Sleigh speed": 3.0, "Speed Perk configuration": { "Duration (seconds)": 20.0, "Multiplier": 1.5, "Spawn chance (1 = 100%)": 0.05 }, "Collect Range Perk configuration": { "Duration (seconds)": 20.0, "Multiplier": 2.0, "Spawn chance (1 = 100%)": 0.05 }, "Reward for 1st place (null = no reward)": [ { "Item short name": "xmas.present.large", "Item skin id": 0, "Custom item name (null = default name)": null, "Item amount": 1 } ], "Reward for 2nd place (null = no reward)": [ { "Item short name": "xmas.present.medium", "Item skin id": 0, "Custom item name (null = default name)": null, "Item amount": 2 } ], "Reward for 3rd place (null = no reward)": null } Requires Entity Scale Manager: https://umod.org/plugins/entity-scale-manager
    $14.00
  18. Will probably be within the next week
  19. The_Kiiiing

    Ganja

    I will fix this issue with the next update and also bring back the config option for genes. And I really like your idea with the grinder, I will see what I can do there
  20. Changed Status from Pending to Work in Progress
  21. I will fix this issue with the next update. You don't need to contact @imthenewguy, since he already provides an api for his plugin.
  22. Changed Status from Pending to Not a Bug
  23. Changed Status from Pending to Not a Bug
  24. You don't need to add anything because the Ganja plugin already implements this api. If you want to use the api with your own plugin, I recommend you to make the calls in the Init method with a delay of 1 second (see plugin description).
  25. The custom item tab shows up when you open the item selection menu. If you don't see the weed there, reload the plugin and it will show up

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.5m
Total downloads
Customers
11.2k
Customers served
Files Sold
160.2k
Total sales
Payments
3.4m
Processed total
×
×
  • 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.