-
Posts
159 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Qbis
-
Changed Status from Pending to Fixed
-
I am unable to reproduce this error. Maybe other plugins have something to do with it...
-
No alert for this message, sorry for long answer
-
Hello, barrel must be unbreakable, I check it, maybe bug, maybe one of your plugin does it breakable
-
Changed Status from Pending to Closed
-
Changed Fixed In to 1.1.0
-
Changed Status from No Response to Pending
-
I'll add it to my task list, I can't say when it's fixed
-
Version 2.0.0
320 downloads
This plugin adds animal farms on the server. Create a farm A player who has the required privilege can create a farm by going into the animal feeder and clicking on the type of animal available to him. After that, you need to put a box next to it, into which all resources will come. Animal capture Catching animals is done with bait traps that can be crafted in the menu of the created farm or you can sell these traps in the in-game or donate store using the command. Plugin settings Max farms per player Attach button No rotting food Changing animal pictures in the interface Localization for RU and EN languages Detailed farm settings and the ability to create new ones Trap Skin Change Changing the name of a trap Trap model changes Trap range Customization of which animals can be caught with a trap Changing the skin of an animal item after being caught Enable / disable crafting in the interface Changing the trap picture in the interface List of necessary items for crafting Detailed farm settings and the ability to create new ones Farm creation privilege for each species The name of the animal that will bring the resources (should be ShortPrefabName) The interval for obtaining resources from the farm How much to take away HP from an animal Maximum number of animals Farm range The amount of food needed per 1 tick (0 - off) What food do you need for a farm (ShortName) Detailed settings for rewards that are placed in a connected box to the farm Video Player Permissions (Standard, change in config) myanimalfarm.bear myanimalfarm.boar myanimalfarm.stag myanimalfarm.wolf myanimalfarm.tiger myanimalfarm.polarbear myanimalfarm.panther myanimalfarm.crocodile Administrator Permissions myanimalfarm.give.animal - allows you to give animals by skin myanimalfarm.give.trap - allows you to give traps by skin Commands for administrator and shops ganimal "name|steamid" "SkinId" - gives an animal by skin gtrap "name|steamid" "SkinId" - gives a trap by skin Note For traps to work correctly, AI must be enabled on the server Animals GEN2 - Wolf, Tiger, Panther, Crocodile have no build zone, it is processed on the clientside, so the plugin cannot allow build, warn players to build farms of these animals a little further on their base TEST SERVER Join our test server to view and experience all our unique features yourself! Copy the IP Address below to start playing! connect 194.147.90.147:28015 Config v2.0$20.00 -
My plugin does not work with images in any way, it only takes them from the image library plugin. The long load may depend on the server itself. Every wipe you need to clean the server's data files, not just the map files, try deleting the data files from the image library plugin. If you upload your picture for a custom item, then make sure that it does not have a lot of weight and is available at this link.
-
hello, rewards begin to be added to the inventory after the capture of the monument, every N seconds, which are specified in the plugin configuration. Param "Frequency of distribution of awards in seconds"
-
Changed Status from No Response to Closed
-
Version 1.1.3
68 downloads
This plugin adds a Big Barrel to the server, which fills with rewards for breaking barrels all over the server. About The barrel is attached to the city of the NPC or the administrator himself assigns a point for the Big Barrel. When players break the barrels, the Big Barrel fills with rewards and grows in size. As soon as it is 100% full, the countdown begins until these rewards are thrown around the Big Barrel. Settings Number of barrels to break before filling How many barrels do you need to break to add a reward to the Big Barrel How many barrels need to be broken to notify the chat about the fullness of the Big Barrel in% Configurable spawn point of the Big Barrel (by default it is tied to the NPC city) Creating a prefab for the Big Barrel Configuring which barrels on the map will count towards the Big Barrel. Setting up rewards and supporting custom 3D text near the barrel with all information Commands /bb pos - Set the spawn point for the Big Barrel (only for admin) /bb test - Artificially fills the Big Barrel with rewards to 100% (only for admin Video Config { "General settings": { "How many barrels do players need to break to start emptying the barrels": 100, "Every how many barrels a reward is added": 10, "How many seconds will items start pouring from the Big Barrel": 30, "BigBarrel spawn point (0, 0, 0 - the spawn will be tied to the NPC city)": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Every N broken barrels notify about fullness of Big Barrel (0 - off)": 10, "What is the radius from the barrel to draw 3D text with information": 15.0, "Which barrel is taken as the basis for BigBarrel": "assets/bundled/prefabs/radtown/loot_barrel_1.prefab", "What barrels count towards BigBarrel": [ "loot_barrel_1", "loot_barrel_2", "oil_barrel", "loot-barrel-1", "loot-barrel-2" ] }, "Rewards setting": [ { "Item shortname": "sulfur", "Item amount": 500, "Item skinID": 0, "Item name (if custom)": "" }, { "Item shortname": "stones", "Item amount": 1000, "Item skinID": 0, "Item name (if custom)": "" }, { "Item shortname": "rifle.ak", "Item amount": 1, "Item skinID": 0, "Item name (if custom)": "" }, { "Item shortname": "glue", "Item amount": 10, "Item skinID": 2409891781, "Item name (if custom)": "$" }, { "Item shortname": "techparts", "Item amount": 10, "Item skinID": 0, "Item name (if custom)": "" }, { "Item shortname": "weapon.mod.8x.scope", "Item amount": 1, "Item skinID": 0, "Item name (if custom)": "" } ], "Marker settings": { "Include marker": false, "Marker radius": 0.5, "Marker transparency": 0.4, "Marker color": "#10c916", "Marker name": "Big Barrel" }, "Config version": { "Major": 1, "Minor": 1, "Patch": 0 } }$10.00