-
Posts
338 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by _senyaa
-
Thanks for the suggestion! I implemented it in v1.2.0
-
Changed Status from Pending to Closed
-
You have an option for that as well. "(2) Make all snowmobiles waterbikes" to false
-
Snow mobiles don't show fuel when the engine is off. Make sure you set "(3) Allow waterbikes to drive on land" to true.
-
Verify that your config file is valid. You can use an online validator https://jsononline.net/json-validator
-
Off axis drag affects the speed of water bike during left/right turns. If you increase it, the water bike will lose speed when it turns, if decreased the water bike won't lose speed during turns
-
Bike is always driving right when heading forward
_senyaa replied to Kleementin's Support Request in Support
@Kleementin Set Thrust point position to, or update to v1.1.7 "(9) Thrust point position": { "x": -0.001150894, "y": 0.055, "z": -1.125 }, -
Changed Status from Pending to Closed Changed Fixed In to 1.1.6
-
Snowmobiles actually get killed and spawned again when reskinning. Got this fixed in 1.1.6
-
Changed Status from Pending to Can't Reproduce
-
This plugin shouldn't affect pushing in any way. Maybe water bike was stuck in the terrain? Sorry, I wasn't able to reproduce this on my end.
-
Bike is always driving right when heading forward
_senyaa replied to Kleementin's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to 1.1.5 -
Bike is always driving right when heading forward
_senyaa replied to Kleementin's Support Request in Support
You need to wipe your config -
Bike is always driving right when heading forward
_senyaa replied to Kleementin's Support Request in Support
The thrust point was a bit off. I fixed it in v1.1.5. -
Version 1.2.0
53 downloads
This plugin allows players to reskin their horses! Configuration Example ReskinnableHorses.json { "(1) Use Permission": "reskinnablehorses.use", "(2) Unlock all breeds permission": "reskinnablehorses.all", "(3) Individual permissions (leave breed names intact)": { "Appaloosa": "reskinnablehorses.appaloosa", "Bay": "reskinnablehorses.bay", "Black": "reskinnablehorses.black", "Bucksin": "reskinnablehorses.bucksin", "Chestnut": "reskinnablehorses.chestnut", "DappleGrey": "reskinnablehorses.dapplegrey", "PieBald": "reskinnablehorses.piebald", "Pinto": "reskinnablehorses.pinto", "RedRoan": "reskinnablehorses.redroan", "White": "reskinnablehorses.white" }, "(4) Image URLs (leave breed names intact)": { "Appaloosa": "https://i.imgur.com/ftqPOJM.png", "Bay": "https://i.imgur.com/DHLJOxF.png", "Black": "https://i.imgur.com/zdGJREe.png", "Bucksin": "https://i.imgur.com/bBKIkr8.png", "Chestnut": "https://i.imgur.com/dKJ6QyL.png", "DappleGrey": "https://i.imgur.com/UeChlgX.png", "PieBald": "https://i.imgur.com/ByxM6gU.png", "Pinto": "https://i.imgur.com/62faazU.png", "RedRoan": "https://i.imgur.com/d7YPDg8.png", "White": "https://i.imgur.com/cNPx1lf.png" }, "(5) CUI container name": "reskinnablehorses" }$5.97 -
Version 1.4.8
1,128 downloads
This plugin adds jet skis with customizable physics! Chat Commands /jetski - Spawns jet ski near player (requires jetski.spawn permission) /jetski remove - despawns player's jet ski (requires jetski.despawn permission) /buyjetski - allows player to buy jet ski item and deploy it later (requires jetski.buy permission) Console Commands givejetski <amount> <player name> - give specified amount of jet skis to specified player (can be run in the server console or by player with jetski.admin permission) Admin Chat Commands (requires jetski.admin permission) /jetski_debug - show buoyancy points Each buoyancy point has force and size parameters Permissions jetski.admin - admin permission jetski.spawn - allows players to spawn a jetski via /jetski jetski.buy - allows players to buy jet ski deployable via /buyjetski jetski.free - allows players to use /jetski for free (if price is not 0) jetski.despawn - allows players to despawn a jet ski via /jetski remove Localization English Russian Configuration Example of JetSki.json { "(1.1) Jet ski price (set value to 0 to make it free, use ServerRewards or Economics as a shortname to use RP points or Economics balance respectively)": { "ShortName": "scrap", "Amount": 75, "SkinID": 0 }, "(1.2) Spawn cooldown (in seconds)": 120, "(1.3) Allow only 1 jet ski per player": false, "(1.4) Allow spawning jet skis only on beaches": false, "(1.5) Amount of jet skis /buyjetski command gives": 1, "(1.6) Starting fuel": 0, "(2.1) Allow picking up the jet ski only in building privilege": false, "(2.2) How much HP is reduced when the jet ski is picked up (0-100)": 25.0, "(2.3) Jet ski item name": "Jet Ski", "(2.4) Jet ski item skin ID": 2935987835, "(2.5) Jet ski item ID": 794443127, "(3.1)Make all snowmobiles jet ski": true, "(3.2) Allow Jet ski to drive on land": true, "(4.1) Enable 'boost' button (Left Shift)": false, "(4.2) 'Boost' button thrust": 10000.0, "(4.3) 'Boost' duration (seconds)": 5.0, "(4.4) 'Boost' cooldown (seconds)": 30.0, "(5.1) Engine thrust": 5000, "(5.2) Engine thrust on land": 49, "(5.3) Move slowly on grass or roads": true, "(5.4) Steering scale": 0.05, "(5.5) Automatically flip jet skis": false, "(5.6) Off axis drag": 0.35, "(5.7) Buoyancy force": 730.0, "(6.1) Jet ski prefab": "assets/content/vehicles/snowmobiles/tomahasnowmobile.prefab", "(6.2) Thrust point position": { "x": -0.001150894, "y": 0.055, "z": -1.125 }, "(6.3) Buoyancy points": [ { "Position": { "x": -0.62, "y": 0.09, "z": -1.284 }, "Size": 1.3 }, ... } ] } API BaseEntity SpawnJetski(Vector3 position, Quaternion rotation) Item CreateJetskiItem()$16.99