Zarius / Bukkit-OtherBlocks

OtherBlocks (now known as OtherDrops) plugin for Bukkit (dev build: https://www.mediafire.com/?i6ows1g6kus2o0l)
http://dev.bukkit.org/server-mods/otherdrops/
GNU General Public License v3.0
17 stars 17 forks source link

Support Horse Data #344

Closed stvncao5 closed 8 years ago

stvncao5 commented 9 years ago

Horses have 3 types of data: skin, type, and tamed.

The skin is the horse's colour (along with patterns like spots), and is determined by data value which is an integer. The type is also determined by integer but I believe it's stored in the form of NBT; this determines whether the horse is a zombie, skeleton, donkey, etc. Tamed is a boolean value and is pretty self-explanatory (wolves already have this bit supported).

Zarius commented 9 years ago

Dev build now has horse data, could do with more testing. Will post as new beta on BukkitDev soon. On 25/12/2014 12:18 pm, "CommodoreAlpha" notifications@github.com wrote:

Horses have 3 types of data: skin, type, and tamed.

The skin is the horse's colour (along with patterns like spots), and is determined by data value which is an integer. The type is also determined by integer but I believe it's stored in the form of NBT; this determines whether the horse is a zombie, skeleton, donkey, etc. Tamed is a boolean value and is pretty self-explanatory (wolves already have this bit supported).

— Reply to this email directly or view it on GitHub https://github.com/Zarius/Bukkit-OtherBlocks/issues/344.

israelcurtis commented 9 years ago

where can I grab dev builds? the link on dev.bukkit.org seems down -- http://otherdrops.dyndns.org:8080/job/OtherDrops/

Zarius commented 9 years ago

Unfortunately the dev server appears to be down and I'm traveling at the moment. Fortunately though I uploaded the latest dev build to BukkitDev as a beta (download version 2.8b.596). On 09/01/2015 6:25 am, "israelcurtis" notifications@github.com wrote:

where can I grab dev builds? the link on dev.bukkit.org seems down -- http://otherdrops.dyndns.org:8080/job/OtherDrops/

— Reply to this email directly or view it on GitHub https://github.com/Zarius/Bukkit-OtherBlocks/issues/344#issuecomment-69233698 .

israelcurtis commented 9 years ago

I saw that latest build posted, but it seems to be indicated only for 1.8? Can it still be used on 1.7.10?

israelcurtis commented 9 years ago

also, can you give a quick guide on syntax for using the horse data?

Zarius commented 9 years ago

Try horse@variant!!color!!style, e.g. horse@HORSE!!WHITE!!BLACK_SPOTS. List of available types should be created upon the new version startup in the OtherDrops/known_lists folder, I think only the "horse" variant uses colors and styles (e.g. donkey, undead_horse, etc don't). On 09/01/2015 8:17 am, "israelcurtis" notifications@github.com wrote:

also, can you give a quick guide on syntax for using the horse data?

— Reply to this email directly or view it on GitHub https://github.com/Zarius/Bukkit-OtherBlocks/issues/344#issuecomment-69250742 .

israelcurtis commented 9 years ago

got my skeleton horses! ^^ now will this build work with 1.7.10 too? page seemed to only indicate 1.8

Zarius commented 9 years ago

Sorry, was in a rush when posting :-) Should work fine for versions from 1.6 and later. On 09/01/2015 9:04 am, "israelcurtis" notifications@github.com wrote:

got my skeleton horses! ^^ now will this build work with 1.7.10 too? page seemed to only indicate 1.8

— Reply to this email directly or view it on GitHub https://github.com/Zarius/Bukkit-OtherBlocks/issues/344#issuecomment-69258150 .