-
Posts
1,856 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Fruster
-
Changed Status from Pending to Closed
-
Hey there! Did you manage to solve the problem?
-
I read information about the Server Hud plugin, apparently, you can add custom events to the panel, provided there are hooks for them. I checked that the AirfieldEvent hooks are working fine. You need to understand the settings of the Server Hud plugin, or ask the developer for help with the setup. Unfortunately, I have never used the Server Hud plugin.
-
Hey there! The plugin supports hooks, what specifically didn’t work for you? Hooks: void AirfieldEventStarted() // called when the event starts void AirfieldEventEnded() // called when the event has ended
-
thanks, let me know the results
-
Changed Status from Pending to Work in Progress
-
Other plugins may have an effect. Try updating your server, installing the AirfieldEvent plugin version 1.3.1 on a clean server, if possible. There should be no errors
-
Hey there! have you tried updating to version 1.3.1?
-
I updated the plugin, use type 8 please, type 1 is no longer supported
-
Changed Status from Pending to Closed Changed Fixed In to 1.3.1
-
Thank you for your help, if you have any questions, let me know
-
I recommend always choosing number 8, it is guaranteed to work. If you no longer have an error, I will close this support ticket
-
Hey there! Could you please clarify if the error occurred only once? At what point exactly did this happen?
-
Version 1.0.3
61 downloads
Adds an exciting event for players to your server. When the event starts, players can get more loot from barrels. The event is easy to configure and can be triggered automatically or by command. You can also customize unique items with a unique name and skin as additional loot (note, use custom names and skins only for items with stacks of 1) Commands (admin only): /bbe_start - starts an event /bbe_stop - starts an event /bbe_forcestart - force the event to start Hooks: void BarrelBreakerStarted() // called when the event starts void BarrelBreakerStarted() // called when the event ends Config: { "Autostart event(disable if you want to trigger the event only manually)": true, "Minimum time to event start(in seconds)": 900, "Maximum time to event start(in seconds)": 10800, "Minimum event duration(in seconds)": 300, "Maximum event duration(in seconds)": 900, "Minimum number of online players to trigger an event": 1, "Pre-event message": "Barrel breaker event will start in a minute", "Pre-event message time(in seconds)": 60, "Event message": "The barrel breaker event has begun, go and break all the barrels!", "End event message": "Barrel breaker event ended", "Items list": [ { "prefabName": "scrap", "dropChance": 100, "min": 2, "max": 2 }, { "prefabName": "metal.fragments", "dropChance": 0, "min": 1, "max": 100 } ] }$9.99