Hi,
Couple days ago I released an editor with a camera for making complex worlds.
Features
Installation
Commands
Controls
World saving and loading
The world will be automatically saved every 15 minutes and can be manually saved using /save. This creates a save file called world.json inside the root server directory. When the server next starts, the world will be loaded and objects will be spawned at their correct position, rotation and scale. If you wish to reset the world, delete the world.json and start the server.
World load with no editor
I've created another standalone package which will just load the world with no editor. It can be downloaded here:
https://github.com/dig/onset-world
Make sure you do not enable both sandbox and world, only enable one at any given time!
Planned
Feel free to submit pull requests.
Download
https://github.com/dig/onset-sandbox-editor
Media
Enjoy.
Couple days ago I released an editor with a camera for making complex worlds.
Features
- Camera.
- Spawn objects, weapons, vehicles, doors & clothing.
- Precise editing.
- World saving and loads on server start.
- World auto saves every 15 minutes.
- Clothing fully synced.
- Copy pasting objects (rotation & scale).
- Select multiple objects.
- Delete object(s).
- Move, scale, rotate and copy object(s).
- Move & rotate doors.
- Schematic support (save & load custom builds).
Installation
- Create new folder inside your packages folder called sandbox.
- Copy all files from HERE into the sandbox folder.
- Add sandbox to server_config.json packages array.
Commands
- /save - Manually save the world.
- /objectspeed <0-200> - Set the speed of editing objects (moving, rotating and scaling).
- /schematic save <name> - Save the current selection you have.
- /schematic load <name> - Load the saved schematic and put it on your clipboard.
- /schematic list - List all available schematics.
- /select <objectID> [radius] - Select all objects with that ID in radius.
Controls
- P - Toggle editor.
- F10 - Toggle UI.
- TAB - Hold to open scoreboard.
- DOUBLE LEFT CLICK - Select object on cursor [EDITOR].
- F - Teleport player on cursor location [EDITOR].
- G- Spawn fireworks on cursor location [EDITOR].
- LALT - Switch edit mode [EDITOR].
- SCROLL - Change camera speed [EDITOR].
- CTRL - Select multiple objects while holding CTRL or SHIFT [EDITOR].
- CTRL + C - Copies object(s) [EDITOR].
World saving and loading
The world will be automatically saved every 15 minutes and can be manually saved using /save. This creates a save file called world.json inside the root server directory. When the server next starts, the world will be loaded and objects will be spawned at their correct position, rotation and scale. If you wish to reset the world, delete the world.json and start the server.
World load with no editor
I've created another standalone package which will just load the world with no editor. It can be downloaded here:
https://github.com/dig/onset-world
Make sure you do not enable both sandbox and world, only enable one at any given time!
Planned
Feel free to submit pull requests.
- Undo/Redo.
- Grid snapping.
- Search bar.
Download
https://github.com/dig/onset-sandbox-editor
Media
Enjoy.
Comment