Custom servers/Bravo
From Minecraft Wiki
| The contents of this page are not supported by Mojang, the Minecraft Wiki, the Minecraft IRC Channel or the Minecraft Forums. |
Custom servers
| Author |
MostAwesomeDude |
| Developers |
? |
| Platform | |
| Written in | |
| Latest version |
1.9 |
| Released |
October 14, 2010 |
| Size |
Varies |
| License | |
| Source available |
Yes |
| Compatible with | |
| Supports The Nether |
Other |
| Links |
Bravo is a custom server with a focus on elegance, flexibility, and scalability. It was originally named Beta, but was renamed to avoid confusion after Notch's announcement of Minecraft Beta. Started on October 14, 2010, Bravo is written in Python 2.6/2.7, with future plans to support PyPy.
From the homepage: Bravo is officially on hiatus.
Release 1.9 suports protocol version 22, thus Minecraft 1.0.
Contents |
[edit] Features
Bravo has many unique features, owing to its usage of Python for easy modification and its use of interfaces.
[edit] Unique
- Custom Map Generators - New generator can be made in Python, and different combinations of generators produce unique results.
- Plugins - Bravo offers an event based plugin system, with plugins written in Python.
- Multi-protocol support - Multiple protocols can be supported, including the infinicraft protocol.
- Customizable Storage Backend - Besides the default MCRegion backend, other backends for saving and loading world data may be used.
- Seasons - There is custom seasonal terrain functionality, so you may have a winter wonderland or spring paradise.
- Custom recipes - Custom recipes may be specified, so materials such as coal and lava may be turned into diamond.
- Built in autocompletion -Parameters such as player names and block are autocompleted when typing commands.
- Multiple Worlds - Multiple SMP servers may be hosted on one instance of Bravo.
- IRC integration - One way server to IRC chat integration, with some IRC commands built in
[edit] Other
- Chest and crafting support
- Near perfect lighting
- Player entity support, and partial item entity support
- Physics, sand dropping, water flowing, etc.
[edit] Planned
- Mob Support
- Custom access control system for permissions, ranks, etc.
- Full Vanilla Feature compatibility
- TNT plugin
- More plugin hooks
- Weather