2018-07-15 17:47:08 +00:00
|
|
|
## This repository was moved to [git.ad5001.eu](https://git.ad5001.eu/Ad5001/UHC)
|
|
|
|
|
2016-08-21 17:46:15 +00:00
|
|
|
# Plugin completed ! Download it from [here](http://projects.ad5001.ga/UHC/download.php?d=UHC_v1.phar&n=UHC_v1.phar)
|
2016-06-10 14:18:53 +00:00
|
|
|
|
2016-06-10 14:20:53 +00:00
|
|
|
# UHC
|
2016-08-20 18:50:31 +00:00
|
|
|
A highly customisable UHC plugin for Minecraft PE!
|
2016-06-10 14:18:53 +00:00
|
|
|
|
2016-08-20 18:50:31 +00:00
|
|
|
Welcome here, owner/player! You may know what UHC is but if not, read [this](wiki/What-is-UHC).
|
|
|
|
This is a recreation of the well known UHC gamemode for Minecraft PE server softwares in PHP!
|
2016-06-10 14:18:53 +00:00
|
|
|
### Why is this plugin better?
|
2016-08-20 18:50:31 +00:00
|
|
|
**This plugins allows:**
|
2016-06-10 14:18:53 +00:00
|
|
|
- Creating simple but highly customisable UHC matchs
|
|
|
|
- MultiWorld Compatibility
|
2016-08-20 18:50:31 +00:00
|
|
|
- Scenarios! [What are scenarios](wiki/scenarios)
|
2016-06-10 14:18:53 +00:00
|
|
|
|
|
|
|
Current complete features:
|
2016-08-21 17:46:15 +00:00
|
|
|
- [x] Playing UHC (damage without regen and golden apples)
|
2016-08-21 16:20:35 +00:00
|
|
|
- [x] MultiWorld compatible
|
2016-08-21 17:46:15 +00:00
|
|
|
- [x] Scenario working
|
|
|
|
- **[here](https://github.com/Ad5001/SpectatorPlus)** Full spectator mode
|
|
|
|
- [x] Events
|
2016-10-25 06:54:43 +00:00
|
|
|
|
|
|
|
# Config example:
|
|
|
|
```yaml
|
|
|
|
# Your lobby world
|
|
|
|
LobbyWorld: world
|
|
|
|
worlds:
|
|
|
|
# Your UHC world
|
|
|
|
uhc:
|
|
|
|
name: uhc
|
|
|
|
maxplayers: 8
|
|
|
|
radius: 1000
|
|
|
|
default_scenarios: [UHCWorldReseter]
|
|
|
|
```
|