InfinitePlots
Description
This plugin provides a simple generator for server admins to use to create an infinite world of building plots (of a configurable size), the idea is for it to be used to create a world to be used for building competitions. I made this to use on my server and am releasing it just in case anyone else is looking for the same thing.
NOTE: This does not create any worlds, you will need to use a plugin like MultiVerse or edit your world.yml file to create one using this plugins name as the generator. An example of the command used to create a world using MultiVerse would be
/mv create competition_world normal -g InfinitePlots
Bug Reports / Suggestions
If you find a bug, encounter a problem or have a suggestion, please fill out a ticket via the Tickets link above. I do not have the time to read through the comments section, any comment that fits the previous three categories will be ignored.
Plot Size
The plot-size option in the config file controls the size of the plots that are generated, it will only take effect in new areas so you may need to delete the worlds folder and have it regenerate.
You can also set the size of the plots for a given world using the generator ID parameter, for a size of 64 (the default) you can do
/mv create competition_world normal -g InfinitePlots:64
for 128 you would do
/mv create competition_world normal -g InfinitePlots:128
If the ID parameter is not specified the value from the config file will be used.
For details of the other config options see the config page.
Contributing
Contributions to the project are very much welcome, if you have a feature that you want implemented and know a nice way to do it then consider forking the repo and submitting a pull request. These will be accepted as long as the following simple guidelines are followed.
- Do not edit the structure of the pom.xml file, feel free to add a dependency if you need it but the formatting and structure should not be changed.
- If you are exposing a new API method, add a JavaDoc comment to it, but don't over-comment internal code.
- Follow the existing code style, don't antagonise over every space though !
All dependencies that are used are now available from a public Maven repo, so you don't have to worry about building several other projects just to add a simple change any more.
Source Code
Dev Builds
Changes Since Last Release
Information on the development version can be found on the new version of this page http://dev.bukkit.org/server-mods/infiniteplots/pages/main-dev/
Download
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
http://bukkit.jacekk.co.uk:8000/job/InfinitePlots/
-
View User Profile
-
Send Message
Posted Jun 22, 2013@sebastian47589
Create a world, teleport to it.
-
View User Profile
-
Send Message
Posted Jun 22, 2013How do i enter the plots?
-
View User Profile
-
Send Message
Posted Jun 21, 2013@tadeasek7
Oh right, I though you meant the wgen or something :P A /plot auto command has been on the todo list for a long time, in fact I might just do it now :P
-
View User Profile
-
Send Message
Posted Jun 21, 2013Hmm, you have to go that specific plot and write a command to claim it. That i dont call automatic.
-
View User Profile
-
Send Message
Posted Jun 17, 2013@tadeasek7
It is automatic :/
-
View User Profile
-
Send Message
Posted Jun 15, 2013Hello, I want to ask how do i make this automatic? Thank you!
-
View User Profile
-
Send Message
Posted Jun 15, 2013@PassWordE
Not currently, if you create a ticket I'll make heatseekerbunge implement it though :P
-
View User Profile
-
Send Message
Posted Jun 14, 2013can it use other schematic file to create world?
-
View User Profile
-
Send Message
Posted Jun 13, 2013@h0us3cat
Then use the version for 1.5.2
-
View User Profile
-
Send Message
Posted Jun 13, 2013@wide_load
I run 1.5.2 yes.
-
View User Profile
-
Send Message
Posted Jun 13, 2013@h0us3cat
Wrong version for your server version.
-
View User Profile
-
Send Message
Posted Jun 12, 2013@wide_load
-
View User Profile
-
Send Message
Posted Jun 11, 2013@heatseekerbunge
Hi :P Not much has been done for a while really :/ Nice to hear from you again though.
-
View User Profile
-
Send Message
Posted Jun 10, 2013I apologize for my disappearance guys, life has been crazy and hectic, still kind of is but hoping to get back into the game. I can see everythings been moving smoothly without me anyway so obviously wasn't to missed :P.
Now time to track down that elusive @wide_load and get caught up/reconnect... lol
-
View User Profile
-
Send Message
Posted Jun 8, 2013Awesome! Many thanks!
-
View User Profile
-
Send Message
Posted Jun 8, 2013@Zenas31
You can also use /iplot :)
-
View User Profile
-
Send Message
Posted Jun 7, 2013First off, great plugin, keep up the good work. I had a question though. Is there a way to alias the /plot commands, i ahve an issue with the fact that my server uses towny, and the /plot command butts heads with towny's /plot command, and doesn't work for InfinitePlots. i have disabled interaction of towny in the world I am using InfinitePlots in, but it still calls the towny command first.
-
View User Profile
-
Send Message
Posted May 28, 2013@mrstupidpig
Try doing something differently to the way you already tried it.
-
View User Profile
-
Send Message
Posted May 28, 2013I have a server using McProHosting and generators don't seem to work. Have any suggestions to make it work?
-
View User Profile
-
Send Message
Posted May 12, 2013@xATon2x
Already on the todo list, just need some free time to implement it.
@relworPstar
Auto clearing sounds like a bad idea, it would be pretty hard to be sure the plot was not in use also the with the large number of block changes involved it would not be a great idea to do that automatically.