-
Posts
1,916 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Fruster
-
- 240 comments
-
- 1
-
-
- #event
- #cargoplane
- (and 18 more)
-
Hey! Try changing this in the config "North icon": "https://www.dropbox.com/scl/fi/dmlczi87fw4ux0o20ms0q/n.png?rlkey=maq5ekwcntoeqd0t937m5wu83&dl=1", "South icon": "https://www.dropbox.com/scl/fi/vyoox8pfq5b1lmz0bndlo/s.png?rlkey=2tt0w8316ocdw0i1coa1mf5a5&dl=1", "West icon": "https://www.dropbox.com/scl/fi/xutae5br16r7exu4zh6hw/w.png?rlkey=gl5flroo8qyjr51jzy8uvjsnz&dl=1", "East icon": "https://www.dropbox.com/scl/fi/fcr2098qkogvsszqvx3sz/e.png?rlkey=ggpa9s5b365whylal3fvhbj2e&dl=1", "NorthWest icon": "https://www.dropbox.com/scl/fi/wzjw4j9ibqu12hrk8512w/nw.png?rlkey=brghws41sce0hzrr6uegmfesb&dl=1", "NorthEast icon": "https://www.dropbox.com/scl/fi/fn81s0hu7m04jnqahy4h6/ne.png?rlkey=knj8jm0irj2twpxy5oe37zadu&dl=1", "SouthWest icon": "https://www.dropbox.com/scl/fi/lfwonxiy1t8rycv2hn6wg/sw.png?rlkey=wz54crb9mxg4wqtpe8mkqo6xm&dl=1", "SouthEast icon": "https://www.dropbox.com/scl/fi/ih3hmg54zne0nx5ekrsed/se.png?rlkey=vrkb07b50i1tanz5y4wuryt0j&dl=1"
-
I'm looking for a long-term job, I want to start creating your server project
-
- 1
-
-
Changed Status from Work in Progress to Closed
-
Could we add a message to be given on PVP mode?
Fruster replied to SlayersRust's Support Request in Support
Changed Status from No Response to Closed -
Could we add a message to be given on PVP mode?
Fruster replied to SlayersRust's Support Request in Support
Changed Status from Pending to No Response -
Changed Status from No Response to Closed
-
Changed Status from Pending to No Response
-
if you set the value to false, then buildings will not receive damage from airstrike
-
Hey! did the error appear once? I'll check this out soon
-
Hey there! I previously added support for TruePVE and raidable bases. Most likely this should work
-
- 12 comments
-
- #3500
- #robj maps
-
(and 2 more)
Tagged with:
-
- 12 comments
-
- #3500
- #robj maps
-
(and 2 more)
Tagged with:
-
Could we add a message to be given on PVP mode?
Fruster replied to SlayersRust's Support Request in Support
please clarify, I don’t quite understand, you have a pve server, but do you want to create an event dome in which pvp rules will apply? -
I sent you a PM, did you solve the problem?
-
hooks are already available in the plugin Hooks: void LaunchSiteHelipadEventStarted() // called when the event starts { } void LaunchSiteHelipadEventEnded() // called when the event has ended { } will that be enough?
-
Could we add a message to be given on PVP mode?
Fruster replied to SlayersRust's Support Request in Support
Hey! Ok, i will try -
Changed Status from Pending to Work in Progress
-
Changed Status from No Response to Closed
-
Changed Status from Work in Progress to No Response
-
Changed Status from Pending to Closed
-
Version 1.0.3
70 downloads
Adds an exciting event for players to your server. Once the event starts, players will be able to get more loot by mining ore and finding small stashes with loot underneath it. The event has an interface with a table. The event is easily configured and can be triggered automatically or by command. You can reward the winners with special prizes, for example, an item with a unique name and skin (only for items with stacks of size 1). Commands (admin only): /mie_start - starts an event /mie_stop - starts an event /mie_forcestart - force the event to start 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": "Mining event will start in a minute", "Pre-event message time(in seconds)": 60, "Event message": "Mining event has started, go and get all the ore!", "End event message": "Mining event ended", "Display a table with player names": true, "Resource multiplier during the event": 2.0, "Spawn a small stash under the ore": true, "Small stash items list": [ { "prefabName": "scrap", "dropChance": 100, "min": 4, "max": 8, "skinID": 0, "displayName": "" }, { "prefabName": "metal.fragments", "dropChance": 100, "min": 100, "max": 200, "skinID": 0, "displayName": "" } ], "Small stash removal time(in seconds)": 60, "First place prize(items list)": [ { "prefabName": "scrap", "dropChance": 100, "min": 200, "max": 400, "skinID": 0, "displayName": "" }, { "prefabName": "metal.fragments", "dropChance": 100, "min": 1000, "max": 2000, "skinID": 0, "displayName": "" }, { "prefabName": "rifle.ak", "dropChance": 10, "min": 1, "max": 1, "skinID": 809190373, "displayName": "AK" } ], "Second place prize(items list)": [ { "prefabName": "scrap", "dropChance": 100, "min": 100, "max": 200, "skinID": 0, "displayName": "" }, { "prefabName": "metal.fragments", "dropChance": 100, "min": 500, "max": 1000, "skinID": 0, "displayName": "" } ], "Third place prize(items list)": [ { "prefabName": "scrap", "dropChance": 100, "min": 50, "max": 100, "skinID": 0, "displayName": "" }, { "prefabName": "metal.fragments", "dropChance": 100, "min": 250, "max": 500, "skinID": 0, "displayName": "" } ] }$9.99 -
Hey! does the plugin compile without errors?
-
Hey there! I can add hooks for when the crate spawns and when it is removed, will that be enough?