-
Posts
3,842 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
In the config, where it mentions the ingredient information. Set the "max+count" to whatever you want the maximum potential drop amount to be. Default is 3 or so. "cinnamon": { "enabled": true, "base_shortname": "blood", "skin": 2572179255, "gathered_from": 3, "dropWeight": 100, "max_count": 3, "imageURL": "https://i.imgur.com/7ZtbnWK.png", "market_enable": true, "market_buy_price": 10.0, "market_sell_price": 5.0, "market_quantity": 0 },
-
Can you translate what it says in the description for me please?
-
Changed Status from Pending to Closed
-
'how did you go with this?
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.4
-
Patched in 1.0.4
-
defualt players able to get premissioned items
imthenewguy replied to TwoShoes's Support Request in Support
Changed Status from Closed to Not a Bug -
defualt players able to get premissioned items
imthenewguy replied to TwoShoes's Support Request in Support
Mind sending me your oxide.users.data file? -
defualt players able to get premissioned items
imthenewguy replied to TwoShoes's Support Request in Support
Are you running 1.0.3? -
defualt players able to get premissioned items
imthenewguy replied to TwoShoes's Support Request in Support
Just tested on my server and the permissions are working as intended. I can't access it if I don't have either permission. Make sure you have revoked perms to all groups and plays individually. -
defualt players able to get premissioned items
imthenewguy replied to TwoShoes's Support Request in Support
Do you have deployablenature.admin? -
Type tying in /updaterecipes into chat. If that doesn't work: Unload the plugin. Delete the recipes in the config that dont have descriptions Reload the plugin. use the command /updaterecipes
-
defualt players able to get premissioned items
imthenewguy replied to TwoShoes's Support Request in Support
Changed Status from Pending to Closed -
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.2
-
The permission doesnt stop collections of ingredients, only the ability to make meals. I will add a permission for collections for next release.
-
Changed Status from Pending to Closed Changed Fixed In to 1.2.4
-
Not sure if you are aware, but I pushed an update with the bag command.
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.3
-
Fixed this in 1.0.3
-
defualt players able to get premissioned items
imthenewguy replied to TwoShoes's Support Request in Support
The permission doesn't prevent players from obtaining the items. Its not an admin plugin. The only 2 permissions are deployablenature.admin and deployablenature.market.chat. If you want to prevent anyone from obtaining the items via drops, set the loot values in the config to 0. "Mining node drop rate [%] - [0 = off]": 1, "Tree drop rate [%] - [0 = off]": 1, "Collectable plant drop rate [%] - [0 = off]": 5, "Chance for loot to be added to a minecart when it spawns [%] - [0 = off]": 10, Setting these to 0 turns them off from dropping. Not providing players the permission to use deployablenature.market.chat prevents them from buying it from the market. This would effectively remove their access to it.