Jump to content

The_Kiiiing

Creator
  • Posts

    2,307
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by The_Kiiiing

  1. The_Kiiiing

    Request: Spawn command

    Added it . Use /ctree
  2. Version 1.2.4

    436 downloads

    Get your server ready for Christmas! This plugin includes Chrismas Trees with loot that spawn on the map, custom junk pile decorations, Snowman NPCs, a custom Advent Calendar and much more. New: Customizable Advent Calendar With the new update, you can configure a custom reward for every day. To enable custom advent calendar rewards, set the config option "Enable custom advent calendar" to true. Features Christmas trees with presents Customizable NPC clothing Customizable junk pile decorations Snowman NPCs spawn across the map Custom advent calendar Configurable Snowman NPCs Christmas Trees: Christmas trees randomly spawn across the map, they also spawn presents and snowman NPCs around them. They are by default 4x as big as usual christmas trees and have a configurable despawn time. Snowman NPCs: Snowmans spawn across the map. As soon as a player approaches them, they turn into an NPC and start shooting the player with a snowball gun. The loot of these NPCs is fully configurable Junk Pile Decorations: Every junk pile can be customized with decorations. Out of the box the plugin comes with a default configuration for each junk pile. To edit the decorations of a junk pile, use the command /jp <type> where type is a letter from a to j each representing a different junk pile. A junk pile will spawn at your current position. To add objects to the junk pile just hit them with a hammer and use /jp save when you are done. Custom NPC clothing: Clothing can be configured individually for each NPC. Some NPCs also come with a default configuration. Note that the custom clothing might also impact other NPC plugins. Therefore it is not recommended to configure custom clothing for scientistnpc_heavy (Heavy Scientist). Required Dependencies: NPC Spawn: https://drive.google.com/drive/folders/1-18L-mG7yiGxR-PQYvd11VvXC2RQ4ZCu Entity Scale Manager: https://umod.org/plugins/entity-scale-manager Permissions: christmas.edit - Required to edit junk pile desorations christmas.spawn - Required to spawn christmas trees and snowmans Commands: jp - Edit junkpile decorations (see Junkpile Decorations for more details) christmas.tree - Spawn a chistmas tree at the position you are looking at christmas.snowman - Spawn a snowman at the position you are looking at Configuration: { "Snowman config": { "Enable Snowman NPCs": true, "Snowman population": 200, "Snowman NPC spawn type (0 = when snowman is damaged, 1 = when player is near snowman (performance intensive))": 1, "Minimum distance between player and snowman before NPC spawns": 6.0, "Snowman NPC configuration": { "Name": "Snowman", "Health": 150.0, "Enable radio": false, "Roam range": 100.0, "Chase range": 50.0, "Sense range": 50.0, "Damage multiplier": 1.0, "Memory duration": 60.0, "Kit (requires Kits plugin)": "", "Clothing items": // Removed because too long }, "Snowman Loot": // Also too long }, "Christmas Tree config": { "Spawn christmas trees": true, "Christmas tree population": 40, "Amount of presents per tree": { "Min": 2, "Max": 5 }, "Tree despawn time (minutes)": 30, "Tree size (1 - 10)": 4.0, "Minmum distance between trees": 50.0, "Spawn Snowman NPCs around trees (Only works if Snowman NPCs are enabled)": true }, "Enable junk pile decorations": true, "Advent calendar config": { "Enable custom advent calendar": true, "Daily rewards": { "1": { "shortName": "scrap", "amount": 100, "skinId": 0 }, "2": { "shortName": "pistol.eoka", "amount": 1, "skinId": 0 }, "3": { "shortName": "woodtea.advanced", "amount": 1, "skinId": 0 } // And so on ... }, "NPC clothing config": { "Enable custom NPC clothing": true, "Custom NPC Clothing": // Very long } }
    $21.00
  3. Changed Status from Pending to Closed
  4. The_Kiiiing

    Plugin not workling

    No, normally you should keep the permsission. Did you change the biome masks of weed or the drop chance?
  5. Changed Status from Work in Progress to Closed Changed Fixed In to 2.0.1
  6. The_Kiiiing

    Ganja

    You can craft joints at a mixing table as explained in the description. The ingredients are custom items and therefore cannot be found in the item list. As for the permissions I would recommend you to leave them turned off.
  7. Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.1
  8. You can now use color markup in the lang file
  9. The_Kiiiing

    bug

    Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.1
  10. Just updated the plugin, players can no longer fall out of their sleigh, the event no longer starts with 0 players and I added the option to schedule events.
  11. 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
  12. The_Kiiiing

    Plugin not workling

    Did you grant yourself the crafting permission?
  13. The_Kiiiing

    bug

    Changed Status from Pending to Work in Progress
  14. The_Kiiiing

    bug

    There will be an update today that adresses these issues
  15. Changed Status from Pending to Not a Bug
  16. 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>"); }); }
  17. Changed Status from Pending to Closed
  18. no problem
  19. This looks like a bug. I will fix it with the next update
  20. Can you please send me as screenshot of the cut-off button
  21. Changed Status from Pending to Work in Progress
  22. I will add these options with the next update
  23. Changed Status from Pending to Closed
  24. 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
  25. Did you start the event before?
2m

Downloads

Total number of downloads.

9.7k

Customers

Total customers served.

140.4k

Files Sold

Total number of files sold.

3m

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.