-
Posts
307 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Terskipia
-
Keeps saying there is no admin points found even though I have the perms set and Igniter for the vistors also when the server does a daily restart it does not load and gives this message. [XPrison] Prison not initialized! Perhaps it already exists (as it should be if the plugin previously initialized it) or many extraneous entities were found! [XPrison] Found 18 spawn points! [XPrison] Found 0 administration spawn points! [XPrison] Found 1 visitor spawn points! Kinda disappointed for a plugin that cost 40 dollars to have these flaws.
-
Yep better, Thanks
-
Keeps resettings perms even when they are in the file!. OxidationMetadata.json
-
It deleted all my groups that i had. Lucky I had a backup but you need to fix this or refund the users. I added all the groups into the config file and then I added roles back to each group then when I went to reload the plugin it saved the groups but not the perms!!!. So atm the plugin is unusable unless you update it so grabs the current oxide.groups.data and saves it to the config. If there is no way to to add the oxide.groups.data to this plugin we need a refund since a sever that I have has over 200 plugins and cant manually enter all the perms by hand.
-
Need the prison file thanks.
-
Is there away to make the atms spawn by themselves? I tired everything and cant get it to work...
-
Adding server tags to the plugin!!!
-
Drones keep despairing without anything in there way
-
So the plugin works but when someone buys vip from the shop it says they have got vip for 0 days then after like 30 minutes it gets rid of it even though in the config file it I have it set to 30 days { "Maximum VIP days that a player can accumulate per tier": 90, "Sound effect when purchasing or consuming a token": "assets/prefabs/deployable/vendingmachine/effects/vending-machine-purchase-human.prefab", "Sound effect when consuming a token. Set it to nothing if you do not want an effect": "assets/prefabs/misc/easter/painted eggs/effects/gold_open.prefab", "Password for command verification (make one up)": "weshownosoulmercy666", "Chat commands for opening the menu.": [ "tokenmenu", "tokenbalance", "storetoken", "redeemtoken" ], "Date time format (case sensitive): dd == day. MM == month. yyyy == year": "dd-MM-yyyy", "Prevent players from consuming a token if they are already in the group?": true, "How often should the plugin check to see if a player has run out of VIP [seconds]?": 3600.0, "Add your vip tiers and commands here. Use {id} in place of a players userid and {name} in place of their name.": { "vip": { "name": "vip tier 1", "days_to_add": 30, "vip_group": "vip", "vip_description": "This token will grant you acces to vip for 30days!", "token_item": { "name": "VIP Token - 30 days", "skin": 2529344523, "item_shortname": "radiationresisttea.pure" } }, "vip+": { "name": "vip tier 2", "days_to_add": 30, "vip_group": "vip+", "vip_description": "This token will grant you acces to vip for 30days!", "token_item": { "name": "VIP Token - 30 days", "skin": 2529343385, "item_shortname": "radiationresisttea.pure" } }, "vip++": { "name": "vip tier 3", "days_to_add": 30, "vip_group": "vip++", "vip_description": "This token will grant you acces to vip for 30days!", "token_item": { "name": "VIP Token - 30 days", "skin": 2529344741, "item_shortname": "radiationresisttea.pure" }, "_command": { "command": "", "message": "", "public_message": "", "hook": true } } } }
-
{ "Maximum VIP days that a player can accumulate per tier": 30, "Sound effect when purchasing or consuming a token": "assets/prefabs/deployable/vendingmachine/effects/vending-machine-purchase-human.prefab", "Password for command verification (make one up)": "weshownosoulmercy666", "Chat commands for opening the menu.": [ "tokenmenu", "tokenbalance", "storetoken", "redeemtoken" ], "Date time format (case sensitive): dd == day. MM == month. yyyy == year": "dd-MM-yyyy", "Prevent players from consuming a token if they are already in the group?": true, "How often should the plugin check to see if a player has run out of VIP [seconds]?": 3600.0, "vip_levels": { "vip": { "name": "vip tier 1", "days_to_add": 30, "vip_group": "vip", "vip_description": "This token will grant you acces to vip for 30days!", "token_item": { "name": "VIP Token - 30 days", "skin": 2529344523, "item_shortname": "radiationresisttea.pure" } }, "vip+": { "name": "vip tier 2", "days_to_add": 30, "vip_group": "vip+", "vip_description": "This token will grant you acces to vip for 30days!", "token_item": { "name": "VIP Token - 30 days", "skin": 2529343385, "item_shortname": "radiationresisttea.pure" } }, "vip++": { "name": "vip tier 3", "days_to_add": 30, "vip_group": "vip++", "vip_description": "This token will grant you acces to vip for 30days!", "token_item": { "name": "VIP Token - 30 days", "skin": 2529344741, "item_shortname": "radiationresisttea.pure" } } } }
-
Do you have a preset config for us to use thanks!