CaptureThePoints
CaptureThePoints
Idea of this plugin is simple: player chooses a role(also he can shop in lobby and in arena) and goes in arena to capture points by placing colored wool in them. This game can be played in capture mode, where team which captures defined amount of points wins and in score mode where each point generates score every 30 sec and team which reaches defined amount of score wins. Each point capture and kill gives money and for it player can buy by punching signs.
Features:
- with some configuration gameplay can drastically change
- create your own arenas for this game
- multiworld support
- real multiple arena support
- arena protection, configurable
- custom roles
- player lives, only die a limited amount of times
- support for Bukkit's player max health
- start game count down
- end game count down
- kill streak messages, with color support
- inventory saving on entering the game
- reward system
- eggs can be grenades, configurable explosion
- custom Healing Items system (with HOT and cooldowns)
- player command usage disable when playing
- some arena repair after battle (only for player built/destroyed blocks)
- shops by signs in the game
- enchanted items support in roles, rewards and in-game shops.
- custom item names and lore in roles and rewards
- lobby for roles, team selection and preparing for battle.
- spawns and lobby protection from damage.
- support for TagAPI
- custom events are thrown (join, start, end, point capture, and more)
- basic language support, not 100% complete though
This plugin was originaly created by dkramer. Original post.
Download link
You will need Vault plugin for permissions and to use in game money for rewards
Downloads
When upgrading to a new version please read changes.
Permissions
Configuration Pages
- Items
- Roles
- Old Config and Installation Page
- 1.3.7 video how to build and arena (Still kind of relevant)
- Really old video how to build an arena. (Don't use unless you are using a old unsupported version)
Command list
Source code
CaptureThePoints game(thanks ScottSpittle)
Bug Reports
Please report any bugs and errors here: Tickets
And don't forget to write which version of plugin (/ver CaptureThePoints) and bukkit (/ver) you are using!
Todo list
- None at the moment
Donation Link
If you appreciate this plugin, you are welcome to Donate.
I am trying to select an arena to play. I have tried /ctp build editarena wars2 - this command comes up with the words that is not an arena when it is. /ctp build selectarena - this command comes up with no arena selected. I think this is because of the build commands
@graywolf336
It didn't start up properly and I fixed it manually. Thanks for all the help.
@greenfoot5
Seems like it didn't fully load, can you verify that it started up properly in the console output?
@graywolf336
16.06 09:30:14 [Server] INFO ... 15 more 16.06 09:30:14 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 16.06 09:30:14 [Server] INFO at me.dalton.capturethepoints.CaptureThePoints.onCommand(CaptureThePoints.java:199) [?:?] 16.06 09:30:14 [Server] INFO at me.dalton.capturethepoints.commands.CTPCommand.execute(CTPCommand.java:99) [?:?] 16.06 09:30:14 [Server] INFO at me.dalton.capturethepoints.commands.JoinCommand.perform(JoinCommand.java:26) [?:?] 16.06 09:30:14 [Server] INFO at me.dalton.capturethepoints.beans.Arena.joinLobby(Arena.java:526) [?:?] 16.06 09:30:14 [Server] INFO Caused by: java.lang.NullPointerException 16.06 09:30:14 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.7.0_75] 16.06 09:30:14 [Server] INFO at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 16.06 09:30:14 [Server] INFO at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 16.06 09:30:14 [Server] INFO at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 16.06 09:30:14 [Server] INFO at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:710) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 16.06 09:30:14 [Server] INFO at net.minecraft.server.v1_8_R2.SystemUtils.a(SourceFile:60) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 16.06 09:30:14 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_75] 16.06 09:30:14 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_75] 16.06 09:30:14 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerConnectionUtils$1.run(SourceFile:13) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 16.06 09:30:14 [Server] INFO at net.minecraft.server.v1_8_R2.PacketPlayInChat.a(PacketPlayInChat.java:1) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 16.06 09:30:14 [Server] INFO at net.minecraft.server.v1_8_R2.PacketPlayInChat.a(PacketPlayInChat.java:45) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 16.06 09:30:14 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java:968) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 16.06 09:30:14 [Server] INFO at net.minecraft.server.v1_8_R2.PlayerConnection.handleCommand(PlayerConnection.java:1133) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 16.06 09:30:14 [Server] INFO at org.bukkit.craftbukkit.v1_8_R2.CraftServer.dispatchCommand(CraftServer.java:646) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 16.06 09:30:14 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 16.06 09:30:14 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) [Spigot183.jar:git-Spigot-26dfd01-5cb9b70] 16.06 09:30:14 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'ctp' in plugin CaptureThePoints v1.5.0-b5 16.06 09:30:14 [Server] ERROR null
@greenfoot5
Please post a log the full error log that the console outputs, this way I can help you..
I have an error on my console when I try to join a game (/ctp join). The server than comes up with ERROR null and later on: java.lang.NullPointerException. Help?
@graywolf336
yes thanks it worked. :)
@greenfoot5
Check your console and logs for reasons why it didn't enable. Possibly you're missing something in the configuration or a plugin we depend on (vault) is missing.
@Humsas
There is no config file for the plugin and when I type /pl (shows plugins installed) the name shows up red and the rest show green. if I try a command I get no feedback even though the gamerule is true. if i try to get the help for the plugin it shows nothing. does this help?
@greenfoot5
Poke @graywolf336 for new update. As I can see THIS build is for 1.8, but i have not tried to run it.
Update to 1.8 plz
thanks ScottSpittle for inactive videos :D
Hey where are the newer updates mate?
@therennon
No, that isn't a feature we currently have but that is something I've wanted to put in.
Hi,
dont have join signs?
thanks
@TheCoolGuy123_5_Minecraft_
Hello. You need set a lobby and signs for players to select a role. Example - http://youtu.be/a-GCk4BWgnk?t=3m49s
How do you get a role, see no /ctp role or /ctp classes. Please help.
Please can you update to 1.7.8 - I love this!
Hello, been tampering with your plugin for a couple of days now. I have built our servers CTP Arena but the problem is ours is a Parkour, PVP, Resource type of CTP and when the users breaks a block, crafts it, and finishes the game, it doesn't do anything when I type /ctp build restore
No errors being logged into the console
Please help?
Hi guys and Greetings!
I forgot to send Humsas the Original Logo Image but here it is just if you want it
most of the new contributors wont recognize me, but I made the plugin Logo in 2012
https://dl.dropboxusercontent.com/u/13688550/ctplogoHD.png