CraftBall - Play ball-related sports on your server! This plugin has been taken over by JayEffKay: http://dev.bukkit.org/server-mods/craftball/ This plugin allows you to play sports like soccer on your server. A video is the best way to show how the plugin works, so here you go: Usage Just throw (with Q usually) your configured ball item onto your configured field, and run up to the ball to kick it. Server ops can use the /craftballreload command to reload the configuration. Configuration The zip file contains an example configuration file. This is what it looks like: Code: fields: field1: region: - 314,66 - 330,66 - 330,84 - 314,84 region-y: 78 ball-item: 341 enable-kick: true horizontal-kick-power: 0.8 vertical-kick-power: 0.1 enable-throw: true throw-power: 0.5 pickup-delay: 20 To define a field region, you must list each point on the region. Any polygon will work. Remember that with rectangles you will need to specify all four corners. The coordinates are x,z coordinates, and the y coordinate for the field is specified by region-y. The easiest way to get coordinates is to use the wand tool from WorldEdit, or any other plugin that can give block coordinates. If you're trying to find coordinates just using F3, then round down your X and Z coordinates, and subtract 2.62 from your Y coordinate. For example, if your current position given by F3 is 57.41, 67.62, 130.59, then your X is 57, your Z is 130, and your Y is 65. The remaining options are: ball-item: The item id of the ball object (341 is a slime ball) enable-kick: Whether to allow kicking for this field horizontal-kick-power: The initial horizontal velocity when kicking vertical-kick-power: The initial vertical velocity when kicking enable-throw: Whether to enable the throw speed modifier for this field throw-power: The initial velocity when throwing pickup-delay: The delay before an item can be picked up (kicked) after throwing, in server ticks (20 ticks per second)
working for me on rb 1000. it took me a few tries to get the field set up properly but the problem was that i was being stupid and not reading the instructions properly. great plugin, thanks so much going to try to recreate hacky sack and make it a sacred sport played in the hidden temples of far off lands on one of my worlds
For some reason, whenever I go close to my ball, I pick it up!I can't kick it!Is there a problem? Config Code: fields: field1: region: - -102,72 - -102,58 - -127,72 - -127,58 region-y: 69 ball-item: 341 enable-kick: true horizontal-kick-power: 0.4 vertical-kick-power: 0.2 enable-throw: true throw-power: 0.5 pickup-delay: 20
I've just download the plugin, with Minecraft v1.7.3 and Craftbukkit 1063 (should work with the last recommended) there is no trouble, except about wall of course thanks for the plugin it's awesome ! @randeri221 what's the trouble ? Everything is explain...
It is very easy to set up you set the area of your goals then you set your size of field from point 1 and point 2. Since its been quite a few months since I set one up I cant say exactly but that is the basic thing you do just follow the commands to how I said. I sadly don't use this plugin any more due to its out of date and my players never really played it even tho they thought it was really cool.
I've taken over this plugin, with permission from nisovin, and put an update on BukkitDev. Any comments/question can be posted there. http://dev.bukkit.org/server-mods/craftball/
Why is this not working for me? I installed the .jar file, inserted the plugins.yml, and let the config.yml generate and it's not working. I even set all the corners of my region and the height, (region-y). Any help? I really want this plugin.
Hi, the plugin works great, except for the /craftball reload. I'm OP and it still tells me Admin only. Permissions would be great. Secondly, I'd like you to add support for different walking speeds. Say, you kick the ball hard when you are running, slower when you walk, and give the ball just a small pass when you sneak. Also it would be cool if you could not use a fixed speed, but a random one between 2 speeds you set in the config.