betterphp / InfinitePlots

A plugin for Bukkit based Minecraft server that can generate infinite square plots of a configurable size.
http://dev.bukkit.org/server-mods/infiniteplots/
3 stars 4 forks source link

New Config Options #11

Closed JustOneMoreBlock closed 11 years ago

JustOneMoreBlock commented 11 years ago

Currently:

blocks: lower-wall: 98 upper-wall: 85 path: 44 surface: 2 base: 1 plots: restrict-spawning: true size: 64 height: 20

Add: path-size: 5 path-side-1: 2 path-side-2: 2 path-sides-color: 35:15 path-middle: 1 path-middle-spacer: 2 path-middle-color: 35

path-size The size of the road, default is 5.

path-side-1 If the side is uneven (Example 5, 7, 11 - Prime Numbers) then you go 2 in.

path-side-2 If the side is uneven (Example 5, 7, 11 - Prime Numbers) then you go 2 in.

path-sides-color This will set the color for the sides.

path-middle Side of the middle part of the in between.

path-middle-spacer Space between the middle, Basically counts 2, sets the path-sides-color then counts the next 2 up and sets path-middle-color

path-middle-color Color of the next 2 up color.

Options for the crossroad, Maybe a tree, water fountain, make borders (style it a bit)

This possibly could be shrieked, but this is the idea I've had.

Minecraft Mondays with BebopVox uses this plugin. Minecraft YouTuber Nerdcrafteria with Hank Green (vlogbrothers) uses this plugin for their Minecraft Server. Well-Known Youtuber. JustOneMoreBlock (My server) also uses this plugin. I'm a nobody. :( - but I use to be Head Admin for Minecraft Mondays, Current Admin on Nerdcrafteria and obviously Owner/Admin my server.

betterphp commented 11 years ago

That would certainly be an improvement ! I am planning a big update of this soon which will include a very flexible plot management system that I have been thinking about for some time.

I'll try to include as much config as I can. I also had the idea of using Worldedit schematics to make up the grid, which would cover pretty much every option anyone could want :)

JustOneMoreBlock commented 11 years ago

I know you said this is going to possible enhancement, but this going to be added any time soon? or within a few months time? As I'd like to add a creative world and if it's going to be in a few months time, I'll just start it now with the config options I have available and then I can do a creative reset after those few months.

betterphp commented 11 years ago

I'm currently working on an update to include plot management/protection so that will come before (well with) the config update. Will take a little while though.

JustOneMoreBlock commented 11 years ago

Plot Management and Protection? We use InfiniteClaims for that.

betterphp commented 11 years ago

They will be merging hopefully.

JustOneMoreBlock commented 11 years ago

You and Hunter are working together?

betterphp commented 11 years ago

Not decided yet, neither of us seems to have much free time. We may be.

JustOneMoreBlock commented 11 years ago

That be cool, one less jar to load.

JustOneMoreBlock commented 11 years ago

Ok trying the config options:

blocks: path: 126:1

Doesn't like colons and it's making the path "Command Blocks".

http://www.imgwiz.com/15N

Kind of funny, but anyway to use wood slabs?

betterphp commented 11 years ago

There us no way to use data values in the current version.

hskrasek commented 11 years ago

Hey its Hunter/InfiniteClaims guy... I would love to merge, but you havent replied to my DevBukkit messages asking you about it :P

EDIT: I kinda copied over the InfinitePlots code to play with data values and here is my success rate so far.. http://grab.by/jdno only those 6 measly blocks.

betterphp commented 11 years ago

Sorry :( being staff means my inbox is filled with "your project has been accepted" messages every day, I'll reply tomorrow morning before I forget :)

----- Reply message ----- From: "Hunter Skrasek" notifications@github.com To: "betterphp/InfinitePlots" InfinitePlots@noreply.github.com Cc: "Jacek" jacek@kuzemczak.co.uk Subject: [InfinitePlots] New Config Options (#11) Date: Tue, Jan 22, 2013 06:01 Hey its Hunter/InfiniteClaims guy... I would love to merge, but you havent replied to my DevBukkit messages asking you about it :P

Reply to this email directly or view it on GitHub.

hskrasek commented 11 years ago

Lol no problem just giving you a hard time, shall await your reply.

hskrasek commented 11 years ago

A portion of these ideas have been implemented for the next version of InfinitePlots. You can download the alpha version off of the devbukkit page. Closing this issue.