Jump to content

hionet.com

Creator
  • Posts

    19
  • Joined

  • Last visited

Everything posted by hionet.com

  1. Thank you for reporting this, I will have a fix asap
  2. hionet.com

    Can I use

    Changed Status from Pending to Not a Bug
  3. hionet.com

    Can I use

    Hi @MrLiquid, Yes, you can use any map you want as long as you change the lobby location in the config file and also define all your plots in /data/BuildSystem/ZoneLocations.json OR it will be a new update soon and this file will be split in more files for custom biomes. (check the image). If you have any other questions feel free to contact me.
  4. hionet.com

    help

    Contact me on discord if you have any other problems: hionet.com
  5. hionet.com

    help

    Changed Status from Work in Progress to Fixed Changed Fixed In to 1.0.2b
  6. hionet.com

    help

    fixed
  7. hionet.com

    help

    Do a map wipe and use the latest plugins, also meka sure you change the plot locations for each building plot
  8. hionet.com

    help

    I have fixed the restriction and I am still working to get a fix for CopyPaste null error
  9. hionet.com

    help

    Ok, I will post a fix soon, seem like even if you add a limit to vehicles in config the limit can be bypased, a player should not be able to spawn more than allowed (5 entities by default)
  10. hionet.com

    help

    Changed Status from Pending to Work in Progress
  11. hionet.com

    help

    I am working on a fix for CopyPaste error. Also why you have 5000 rowboats?
  12. Hello RoggerRab, For sure I will add more features for this system, for the moment you can remove using `ent kill` like admins if you are inside your building plot. ent kill Also don't forget you can test the system live, search in the server list for Build System Demo | by hionet.com or connect directly to 46.224.9.69:25015
  13. Version 1.1.0

    52 downloads

    Build System / Sandbox System Bring creative freedom to your Rust server with the Build System / Sandbox System — a complete, plug-and-play sandbox environment where players can claim plots, build safely, save creations, and share builds instantly. Perfect for build servers, creative testing, or community events. Live Test Server: client.connect 46.224.9.69:25015 Media Installation & Showcase Video: https://youtu.be/7T2zbUWKuo8 Requirements CopyPaste (Required) Oxide/uMod or Carbon Framework Features Claimable Plot System – Players can own individual build zones. Build With Friends – Invite friends to your plot and collaborate. Autosave System – Automatically saves builds between sessions. Sharecodes – Save, share, and load builds with one command. CopyPaste Integration (Required) – Reliable structure saving/loading. Configurable Lobby Spawn – Easily changed via config file. Editable Map Included – Upload to mapstr.gg or edit in RustEdit. Fully Customizable – Change plot layout, lobby, and map zones. User-Friendly UI – Clean build menu for both players and admins. Map & Customization • Included map file: BuildMap.map — uploadable to mapstr.gg or editable in RustEdit. • Change lobby spawn position in: oxide/config/BuildConfig.json • Modify plot coordinates in: oxide/data/BuildSystem/ZoneLocations.json • Startup arguments included in: BuildSystem/Server StartUP Arguments.txt Notes Fully customizable map and data setup Supports any map or layout Perfect for creative servers, build events, and testing environments Includes example startup arguments for quick deployment Ready to deploy. Easy to configure. Fully customizable.
    $99.99
  14. GetRecyclerSpeed works just for StaticRecyclerSpeeds, you should revert back the function to private void StartRecycling(Recycler recycler, BasePlayer player) { recycler.CancelInvoke(nameof(recycler.RecycleThink)); var recycleSpeed = cfg.DefaultSpeed; foreach (var permSpeed in cfg.PermissionSpeeds) if (permission.UserHasPermission(player.UserIDString, permSpeed.Key)) { recycleSpeed = permSpeed.Value; break; } timer.Once(0.1f, () => recycler.InvokeRepeating(recycler.RecycleThink, recycleSpeed - 0.1f, recycleSpeed)); }
  15. cfg.PermissionSpeeds never used, so in order to have VIP custom speed try to edit the StaticRecyclerSpeeds and use thoose perms for vip until the dev update it
  16. Hi, set this line to true: from: [JsonProperty("Store data in MySQL instead of data files")] public bool UseMySql = false; to: [JsonProperty("Store data in MySQL instead of data files")] public bool UseMySql = true;
  17. Hi, Will this plugin Block PVP/Raiding on PVE timer? Or block raiding on PVP timer?
2.1m

Downloads

Total number of downloads.

10k

Customers

Total customers served.

145.4k

Files Sold

Total number of files sold.

3.1m

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.