Jump to content

The_Kiiiing

Curator
  • Posts

    1,997
  • Joined

  • Last visited

Everything posted by The_Kiiiing

  1. Fixed it
  2. I will release a fix for this issue in a few days
  3. The_Kiiiing

    Tree decoration?

    Changed Status from Pending to Not a Bug
  4. The_Kiiiing

    Tree decoration?

    This is a small bug that happens sometimes when scaling the trees. The decorations are actually there but not displayed on the client side for some reason. There is nothing I can do about it, but if you absolutely want decorations, i would recommend you to set the tree scale to 1 in the config, so trees don't get scaled.
  5. The_Kiiiing

    Plugin not workling

    Normally it only shows you a button that says "SHOW CUSTOM RECIPES". You have to click that button and the crafting ui will open. If you don't see that button, you probably don't have the crafting permission
  6. The_Kiiiing

    Request: Spawn command

    Changed Status from Pending to Closed Changed Fixed In to 1.0.1
  7. The_Kiiiing

    Request: Spawn command

    Added it . Use /ctree
  8. Version 1.2.3

    412 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
  9. Changed Status from Pending to Closed
  10. The_Kiiiing

    Plugin not workling

    No, normally you should keep the permsission. Did you change the biome masks of weed or the drop chance?
  11. Changed Status from Work in Progress to Closed Changed Fixed In to 2.0.1
  12. 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.
  13. Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.1
  14. You can now use color markup in the lang file
  15. The_Kiiiing

    bug

    Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.1
  16. 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.
  17. 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
  18. The_Kiiiing

    Plugin not workling

    Did you grant yourself the crafting permission?
  19. The_Kiiiing

    bug

    Changed Status from Pending to Work in Progress
  20. The_Kiiiing

    bug

    There will be an update today that adresses these issues
  21. Changed Status from Pending to Not a Bug
  22. 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>"); }); }
  23. Changed Status from Pending to Closed
  24. no problem
  25. This looks like a bug. I will fix it with the next update
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.6k

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.