-
Posts
2,104 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by The_Kiiiing
-
- 1,011 comments
-
- #loot
- #customloot
- (and 13 more)
-
Changed Status from Pending to Work in Progress
-
The problem is that facepunch removed certain fields form npcs so the plugin is unable to identify the npcs. I am working on a fix but it might take some time
-
Version 1.2.6
1,140 downloads
SUPPORTS EVERY VEHICLE IN THE GAME! A simple plugin that brings in new types of fuel. Depending on the fuel type helis fly faster or slower. Out of the box this plugin adds 2 new fuel types to the game: Medium Grade Fuel and High Quality Fuel. For each fuel type you can configure a speed multilplier. For example High Quality Fuel makes helis go 3x as fast by default. Furthermore you can configure the fuel consumption per minute for each fuel type. Supported vehicles: Minicopter, Scrap Heli, Attack Heli Rowboat, RHIB Modular Car Small & Large Submarine Horse Motorbike Configuration: Item name: The name of the ingame item; set it to null to use the default item name. Fuel skin id: the skin id of the fuel item. Note that each skin id has to be unique and can not be used for multiple fuel types Speed multiplier: the speed multiplier for the heli, 1 = default speed. It is not recommended to set this higher than 4. Fuel consumption per minute: fuel consumption per minute, set to -1 to use the default fuel consumption. Loot Table integration: This plugin supports the custom item api of Loot Table and Stack Size GUI, so you can easily add your custom fuel items to the loot table. When both plugins are installed on the server, the fuel items you configured will show up in the custom items tab of Loottable (right image): Admin commands: fuel list - View fuel types and their id fuel <id> <amount> - Give yourself x amount of fuel with the given id fuel <id> <amount> <player name or id> - Give the specified player x amount of fuel with the given id These commands are intended for admin use only and require the permission helispeed.admin Default configuration: { "Fuel Configuration": [ { "Item name": null, "Fuel skin id": 0, "Minicopter speed multiplier": 0.8, "Minicopter fuel consumption per minute (-1 for default)": -1.0, "Scap heli speed multiplier": 0.8, "Scap heli consumption per minute (-1 for default)": -1.0, "Row boat speed multiplier": 0.8, "Row boat fuel consumption per minute (-1 for default)": -1.0, "RHIB speed multiplier": 0.8, "RHIB fuel consumption per minute (-1 for default)": -1.0, "Modular car speed multiplier": 0.8, "Tugboat speed multiplier": 0.8, "Tugboat fuel consumption per minute (-1 for default)": -1.0, "Attack helicopter speed multiplier": 0.8, "Attack helicopter fuel consumption per minute (-1 for default)": -1.0 }, { "Item name": "Medium Grade Fuel", "Fuel skin id": 2501207890, "Minicopter speed multiplier": 1.5, "Minicopter fuel consumption per minute (-1 for default)": -1.0, "Scap heli speed multiplier": 1.5, "Scap heli consumption per minute (-1 for default)": -1.0, "Row boat speed multiplier": 1.5, "Row boat fuel consumption per minute (-1 for default)": -1.0, "RHIB speed multiplier": 1.5, "RHIB fuel consumption per minute (-1 for default)": -1.0, "Modular car speed multiplier": 1.5, "Tugboat speed multiplier": 1.5, "Tugboat fuel consumption per minute (-1 for default)": -1.0, "Attack helicopter speed multiplier": 1.5, "Attack helicopter fuel consumption per minute (-1 for default)": -1.0 }, { "Item name": "High Quality Fuel", "Fuel skin id": 2664651800, "Minicopter speed multiplier": 3.0, "Minicopter fuel consumption per minute (-1 for default)": -1.0, "Scap heli speed multiplier": 3.0, "Scap heli consumption per minute (-1 for default)": -1.0, "Row boat speed multiplier": 3.0, "Row boat fuel consumption per minute (-1 for default)": -1.0, "RHIB speed multiplier": 3.0, "RHIB fuel consumption per minute (-1 for default)": -1.0, "Modular car speed multiplier": 3.0, "Tugboat speed multiplier": 3.0, "Tugboat fuel consumption per minute (-1 for default)": -1.0, "Attack helicopter speed multiplier": 3.0, "Attack helicopter fuel consumption per minute (-1 for default)": -1.0 } ] }$18.00- 75 comments
- 6 reviews
-
- 7
-
-
- 1,011 comments
-
- #loot
- #customloot
- (and 13 more)
-
There are some cases where StackSizeController does not reset the stack sizes properly when you unload it. Try to wipe your server and the stack sizes should be normal again
-
@swayzhee I will release a fix in the next few days And the next time you have an issue please open a new support request instead of commenting on an existing one 🙂
-
Is there any other plugin installed on your server that messes with stack sizes? Because this plugin has been tested with stack size controller and it works fine
-
Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.8
-
Fixed in v1.0.8
-
Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.8
-
Fixed in v1.0.8
-
- 1,011 comments
-
- #loot
- #customloot
- (and 13 more)
-
- 1,011 comments
-
- #loot
- #customloot
- (and 13 more)
-
- 1,011 comments
-
- #loot
- #customloot
- (and 13 more)
-
Did you have another stack size controller installed before using this plugin?
-
OnCargoPlaneSignaled oxide event is not being invoked
The_Kiiiing replied to Nurdism's Support Request in Support
Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.16 -
Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.16
-
Fixed it with the latest update
-
Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.16
-
Fixed it with the latest update
-
Failed to call hook "OnCollectiblePickup"
The_Kiiiing replied to Peter Rosenstock's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to 1.0.16 -
Failed to call hook "OnCollectiblePickup"
The_Kiiiing replied to Peter Rosenstock's Support Request in Support
Fixed -
Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.16
-
This problem should be fixed now