Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auracletech/speededit
Minecraft plugin for terrain editing
https://github.com/auracletech/speededit
bukkit minecraft plugin spigot
Last synced: about 1 month ago
JSON representation
Minecraft plugin for terrain editing
- Host: GitHub
- URL: https://github.com/auracletech/speededit
- Owner: AuracleTech
- License: gpl-3.0
- Created: 2019-07-26T20:04:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T22:07:36.000Z (over 3 years ago)
- Last Synced: 2024-11-07T17:33:19.852Z (3 months ago)
- Topics: bukkit, minecraft, plugin, spigot
- Language: Java
- Homepage:
- Size: 113 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpeedEdit
Minecraft plugin for terrain generation and editing# Wiki
#### `Command` Description `Permission`
* Check other players command usage `speededit.spy`
* Define selection zone using SpeedEdit hammer `speededit.use`
* `/Hammer` Give the Amazing Speed Edit tool `speededit.hammer`
* `/Expand Amount` Expand the region the direction you're looking at `speededit.expand`
* `/Undo [Amount]` Undo your last SpeedEdit action `speededit.undo`
* `/Redo [Amount]` Redo your last SpeedEdit action `speededit.redo`
* `/Copy` Put in the clipboard the selected region `speededit.copy`
* `/Paste` Paste the clipboard to the player's location `speededit.paste`
* `/Move Amount` Move a whole region the direction you're looking `speededit.move`
* `/Pos1` Set the first selection zone position under your feets `speededit.use`
* `/Pos2` Set the second selection zone position under your feets `speededit.use`
* `/Set Material` Fill the selected zone to the material `speededit.set`
* `/Walls Material` Create a wall of the selected zone `speededit.walls`
* `/Outline Material` Create a empty shell of the selected zone `speededit.outline`
* `/Skeleton Material` Create a skeleton of the selected zone `speededit.skeleton`
* `/Replace Material` Replace blocks that isn't air to the material `speededit.replace`
* `/Replace Material Material` Replace blocks in the zone from a material to another `speededit.replace`
* `/Top` Teleport the player to the highest Y block `speededit.top`
* `/Sphere Material Radius` Generate a sphere from the player position `speededit.sphere`
* `/HSphere Material Radius` Generate a hollow sphere from the player position `speededit.hsphere`
* `/SpeedEdit` Give all informations about the plugin### Symbiosis with CoreProtect plugin
* `/Log` Enter in CP's database all the selected region as new placed blocks `speededit.log`Need any particular command? Suggestions? Open up an issue!
https://user-images.githubusercontent.com/40531871/127896450-8b926f5e-fd4b-44b0-b134-184624eca370.mp4