IMPORTANT
Get the default map (a redecorated copy of the original one)
by clicking here.
The Towers Remastered (TTR)
Spigot Version: 1.15.X - 1.16.X
Source code: https://github.com/PauMAVA/TheTowersRemastered
About
This plugin allows you to create The Towers games with your friends.
It comes along with a bunch of features such as custom scoreboards and tab list, global and team chat, basic The Towers functionalities, lobby handling (pre-game), and team selection UI.
How to play
WHAT TO DO:
* You need to earn points by stepping into your opponent's cage. It is found above the opponent spawn at their base.
* You can farm iron and XP at the generators at the central towers.
* You can take the Beacon at the middle central tower to your base.
* You can re-spawn an infinite amount of times.
WHAT NOT TO DO:
* You can't wear your opponent's leather dyed armor.
* You can't obstruct (by placing blocks) you cage.
* You can't obstruct/spawn-kill your opponent's base.
To use the global chat use a ! at the beginning of the message.
Commands
TTR is a really simple plugin that has only one main command:
Code (Text):
/ttrstart [num]
This command will start a countdown and at the end of it, the match will start.
The parameter num is optional, and it represents the number of seconds of the countdown. As a default, the countdown will last 10 seconds if none is specified.
Additionally, you can enable the plugin via commands these commands instead of using the config file directly:
Config
TTR is pretty flexible, so you should have problems when creating your custom TheTowers maps, as you can configure each aspect of the match on the config.yml file.
The default config.yml is configured for the default map. Get it here.
Code (Text):
enable_on_start: false[/SIZE][/SIZE][/SIZE][/SIZE]
[SIZE=5][SIZE=4][SIZE=5][SIZE=4]autostart:
enabled: true
count: 4
match:
time: 10000 #This is the time in ticks. (The same you use on /time set [time])
weather: CLEAR #This is the weather
maxpoints: 10 #The number of points that a team needs to win
maxhealth: 20 #The maxium health of players. 20 health points are 10 hearts. (Vanilla health)
map:
lobby: #Location of the lobby
==: org.bukkit.Location #DO NOT CHANGE THIS LINE
world: world #DO NOT CHANGE THIS LINE
x: 0.0 # x coord
y: 207.0 # y coord
z: 1014.0 # z coord
pitch: 0.0
yaw: 0.0
ironspawns: # All the iron ingot spawns. If you want to add more copy paste the below section
- ==: org.bukkit.Location #DO NOT CHANGE THIS LINE
world: world #DO NOT CHANGE THIS LINE
x: 0.0 # x coord
y: 206.0 # y coord
z: 1138.0 # z coord
pitch: 0.0
yaw: 0.0
xpspawns: # All the xp_bottle spawns. If you want to add more copy paste the below section
- ==: org.bukkit.Location #DO NOT CHANGE THIS LINE
world: world #DO NOT CHANGE THIS LINE
x: 0.0 # x coord
y: 206.0 # y coord
z: 1166.0 # z coord
pitch: 0.0
yaw: 0.0
teams: #All the teams. If you want to add more copy paste one team section.
Red Team: #Team name
color: RED #Team color
spawn: # Spawn location
==: org.bukkit.Location
world: world
x: 84.0
y: 192.0
z: 1152.0
pitch: 0.0
yaw: 0.0
cage: # Cage location
==: org.bukkit.Location
world: world
x: 84.0
y: 200.0
z: 1152.0
pitch: 0.0
yaw: 0.0
Blue Team: #Team name
color: BLUE # Team color
spawn: # Spawn location
==: org.bukkit.Location
world: world
x: -83.0
y: 192.0
z: 1152.0
pitch: 0.0
yaw: 0.0
cage: # Cage location
==: org.bukkit.Location
world: world
x: -83.0
y: 200.0
z: 1152.0
pitch: 0.0
yaw: 0.0
Contributing and rating
If you have feature requests or want to contribute to the code create an
Issue on GitHub or open a pull request. All ideas and contributions are welcome.
All ratings with constructive criticism are welcome. I will always be trying to improve my work and listening to user's requests.
Screenshots
