-
Posts
2,648 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Fruster
-
Please let me know the results
-
Then you need to do something like this: "Crate simple loot table name(plugin SimpleLootTable is required)": "exampleTable", "Minimum number of items in a crate(plugin SimpleLootTable is required)": 6, "Maximum number of items in a crate(plugin SimpleLootTable is required)": 12,
-
I'm not quite sure what EventManager has to do with this? You want to use the loot table for Airfield Event? For closed crates, right? What's the name of your table?
-
Hey! There is a sample table in the /data/SimpleLootTable folder, you can edit it
-
Heli Crates landing underwater far away from the actual event dome
Fruster replied to SlayersRust's Support Report in Support
Hi, this is normal; crates fly apart after an explosion. If the crash site is on a cliff, the crates might fly further away. If you'd like crates to not have physics calculated and just spawn nearby, I can add that option -
Hey! which explosives specifically don't deal damage? Which PVE plugin are you using? Please attach the DungeonBases and PVE .json config
-
Changed Status from No Response to Closed
-
Changed Status from Pending to No Response
-
Changed Status from Pending to Fixed Changed Fixed In to 1.2.2
-
Hey, does this make sense? Is it possible to make the vending machine name different for each player?
-
Let me try to send you the finished file in a PM
-
Is this the same error? Please find the line in the code: if (cardReader == null) return; replace it with: if (entitiesList == null || cardReader == null) return; Please let me know the results
-
Changed Status from Pending to Closed
-
Your data files are empty. Is the plugin loading normally now, or is there still an error?
-
Hey! Attach your dungeonData file, please.
-
try updating to the latest version
-
Do you have a default configuration and you immediately received an error when you first launched the plugin?
-
Have you tried shutting down the server and then deleting all 3 dungeon data files in the /data folder?