-
Posts
298 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Yac Vaguer
-
This is related to the configuration file, run a JSON Lint validation you have plenty of them online or regenerate the configuration file
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
Sorry for the late reply, I confirm and the error exists. I will be releasing a fix soon. Thank you for reporting the issue
-
- 100 comments
-
- 2
-
-
- #custom
- #custom map
-
(and 2 more)
Tagged with:
-
Changed Status from Pending to Not a Bug Changed Fixed In to 1.1.0
-
You add it to whatever you want, remember that you have the short name supply.signal y el skin id That should be enough to add it to any Shop out there
-
The map was cool when you can used but it seems that the designer doesn't have time to updated it so since over 2 months the map is not working making it the most expensive useless plugins/map I own For the price I was expecting something at the same level or better than Grubber, but nope. Clearly this type of actions will have a big impact on smaller map creators
- 39 comments
-
- 26 comments
-
- #ferry terminal
- #pvp/pve
- (and 9 more)
-
Feature Suggestion; Make the spawn timer random
Yac Vaguer replied to nikore's Support Request in Support
I will add it for next update -
Feature Suggestion; Make the spawn timer random
Yac Vaguer replied to nikore's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to Next Version -
Feature Suggestion; Make the spawn timer random
Yac Vaguer replied to nikore's Support Request in Support
I will add it in an upcoming version -
Feature Suggestion; Make the spawn timer random
Yac Vaguer replied to nikore's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to Next Version -
Feature Suggestion; Make the spawn timer random
Yac Vaguer replied to nikore's Support Request in Support
I love how they always try to take advantage of every small thing we add to the servers 😂 Let me see what I can do, same for the Water Treatment Event -
Changed Status from Pending to Closed
-
Changed Fixed In to 1.4.2
-
1. I just released an update with the fix 2. It shouldn't be UAV it should be your new custom command, better to call it differently that the default one
-
For Skill Tree in general, you can extends functionalities of admin command during certain time, with cooldowns. This is happening using CustomChatCommand which works great, at least is what I use. https://umod.org/plugins/custom-chat-commands Once you create the custom command with a proper cooldown you can add the skill in your config file. I have it like this "Eyes Above": { "Permission required to show this node": null, "Minimum prestige required to unlock this node": 0, "Skill required to unlock node [Requires max level]": null, "Skill that if unlocked, will prevent this node from unlocking": null, "enabled": true, "max_level": 1, "tier": 3, "value_per_buff": 1.0, "buff_info": { "Key": "Permission", "Value": "Permission" }, "icon_url": "https://www.dropbox.com/scl/fi/2141spvtijca1uctk7zho/nice_512x512.png?rlkey=urfs995d8ox2cvoc06uggqbuv&dl=1", "skin": 3234087711, "permissions": { "description": "This skill lets you call in a <color=#42f105>UAV Drone</color> that marks NPC's, Enemies and Teammates. <color=#ffef00>Command:</color> /drone. <color=#ffef00>Cooldown:</color> 60m.", "perms": { "1": { "perms_list": { "customchatcommands.drone": "Type /drone" } } } } } }