Jump to content

_senyaa

Creator
  • Posts

    338
  • Joined

  • Last visited

Everything posted by _senyaa

  1. _senyaa

    NullReferenceException

    Thanks for the suggestion! I implemented it in v1.2.0
  2. _senyaa

    what this config?

    Changed Status from Pending to Closed
  3. _senyaa

    Issue with snow mobiles

    You have an option for that as well. "(2) Make all snowmobiles waterbikes" to false
  4. _senyaa

    Issue with snow mobiles

  5. _senyaa

    Issue with snow mobiles

    Snow mobiles don't show fuel when the engine is off. Make sure you set "(3) Allow waterbikes to drive on land" to true.
  6. _senyaa

    Error and server crash?

    Verify that your config file is valid. You can use an online validator https://jsononline.net/json-validator
  7. _senyaa

    what this config?

    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
  8. @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 },
  9. Changed Status from Pending to Closed Changed Fixed In to 1.1.6
  10. Snowmobiles actually get killed and spawned again when reskinning. Got this fixed in 1.1.6
  11. _senyaa

    Jet Ski

    @CovfefeSet (2) Make all snowmobiles waterbikes to true, then reload the plugin.
  12. Changed Status from Pending to Can't Reproduce
  13. 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.
  14. Changed Status from Pending to Closed Changed Fixed In to 1.1.5
  15. You need to wipe your config
  16. The thrust point was a bit off. I fixed it in v1.1.5.
  17. _senyaa

    Jet Ski

    @Covfefe You now can convert already spawned snowmobiles into water bikes. Run /waterbike, while looking at a snowmobile. @Kleementin Water bikes now spawn at the point you are looking at. Range limit is 15m, if exceeded it will spawn water bikes the same way as before. (v 1.1.5)
  18. @RICK I added individual permissions for every horse breed. Update to v.1.1.0.
  19. 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
  20. _senyaa

    Jet Ski

    @Kleementin Thanks for the suggestion. I added support for this. Update to version 1.1.4 and specify the price in the config file.
  21. _senyaa

    Jet Ski

    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
  22. _senyaa

    CUIEditor

    I added support for custom backgrounds. Update to the new version (1.0.3)
  23. _senyaa

    CUIEditor

    Sorry for not responding. Here are some screenshots - https://imgur.com/a/gdziSRL
  24. _senyaa

    CUIEditor

    Version 1.0.8

    96 downloads

    CUIEditor - standalone Rust Community UI Editor. Create complex UIs with ease! This is a fork of https://github.com/bazuka5801/CuiBuilder Open Help->Keybinds to see available keybinds.
    $25.00
1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

117.8k

Files Sold

Total number of files sold.

2.4m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.