- Dependencies
- Used By
FAQ
- Am I allowed to sell or share my balloon bases?
Yes, but you must clearly state that Raidable Balloon Bases is required for them to work and include a link to it.
You can also find a collection of free pastes shared by the community on our Discord, and you're welcome to share your own there as well!
- Can I create balloon bases with just Copy Paste, without using this plugin?
No, all bases must be created through this plugin. The plugin ensures that all bases meet specific requirements and pass validation, which cannot be achieved with Copy Paste alone.
Permissions
balloonbaseeditor.use
- Players with this permission can create, edit, and save pastes.
Console Commands
bbe.create <filename>
- Creates a new paste with the given name and starts an editing session.bbe.edit <filename>
- Opens an existing paste for editing.bbe.done
- Ends the current editing session and saves all changes made to the paste.
Localization
JSON:
{
"NoPermission": "You don't have permission to use this command.",
"AlreadyEditing": "You are already editing a balloon. Finish the current one before starting a new one.",
"FilenameRequired": "You must provide a valid filename.",
"FileAlreadyExists": "The file '{0}' already exists. Use the edit command to modify it.",
"SpawnPointFailed": "Failed to find a valid spawn point for the balloon.",
"Started": "Balloon editor started with filename '{0}'.",
"SpawnFailed": "Failed to spawn the balloon.",
"FileNotFound": "The file '{0}' does not exist.",
"EditingStarted": "Editing existing balloon with filename '{0}'.",
"NotEditing": "You are not currently editing a balloon.",
"Finished": "You have finished editing the balloon. Changes have been saved.",
"BuildingOutsideAllowedArea": "You cannot build here. The structure is outside the allowed build area.",
"BuildingInRestrictedZone": "You cannot build here. This area is restricted for construction."
}