libraryaddict
dfb11dceda
Fixed self disguises, wonder if I introduced new bug.
2013-11-25 15:45:37 +13:00
libraryaddict
f9eedb7528
Code clean up
2013-11-25 15:45:23 +13:00
libraryaddict
571c92ca7c
Released 7.7.2
2013-11-25 13:43:39 +13:00
libraryaddict
26d9573a20
Changed default value of animations to true
2013-11-24 10:09:50 +13:00
libraryaddict
0e0418b7be
Added new config option AddEntityAnimations
2013-11-24 10:05:08 +13:00
libraryaddict
4e72ad359c
Don't let the disguisers use deprecated methods
2013-11-24 09:16:04 +13:00
libraryaddict
698881f348
Sorted the order the disguisehelp displays
2013-11-24 09:10:28 +13:00
libraryaddict
97452d516d
Renamed types, fixed error where you couldn't set the type of disguised.
2013-11-24 09:08:37 +13:00
libraryaddict
bb15a52022
Moved the createDisguise in miscDisguise up to get rid of a error
2013-11-24 09:01:32 +13:00
libraryaddict
a97f9b22af
Changed the painting to art else it conflicts with disguisetype in disguisehelp
2013-11-24 08:59:20 +13:00
libraryaddict
f2755fcb8b
Do the changes for the base disguise command
2013-11-24 08:53:25 +13:00
libraryaddict
e48c8db360
Add painting to disguise help
2013-11-24 08:53:08 +13:00
libraryaddict
979ff545a5
Deprecated the setId() of the watchers. Not going to remove them. But still shouldn't be used.
2013-11-24 08:48:39 +13:00
libraryaddict
3ab4706af3
Fixed spelling in GhastWatcher
2013-11-24 08:45:32 +13:00
libraryaddict
42cac092f6
Modify the painting spawn packet to match the changes
2013-11-24 08:43:36 +13:00
libraryaddict
bfd2b1b329
Add compatibility to misc disguise
2013-11-24 08:43:16 +13:00
libraryaddict
4d42dca712
Sort them
2013-11-24 08:42:12 +13:00
libraryaddict
fddbabf931
Add compatibility to flagwatcher for the new watchers
2013-11-24 08:27:01 +13:00
libraryaddict
a19b3a7833
Add falling block watcher
2013-11-24 08:26:46 +13:00
libraryaddict
15eab31347
Add painting watcher
2013-11-24 08:26:40 +13:00
libraryaddict
8679ddf4b6
Add splash potion watcher
2013-11-24 08:26:33 +13:00
libraryaddict
6dfeb5f10a
Minor code cleanup
2013-11-24 07:29:13 +13:00
libraryaddict
d6fba4c402
Send teleport packet for all misc disguises (why not) and do the pitch for the disguise minecarts (facing direction)
2013-11-24 06:59:56 +13:00
libraryaddict
15a8974d1e
Added undisguise message for undisguiseentity
2013-11-24 06:43:52 +13:00
libraryaddict
951d60f0aa
Prevent minecarts disguised as minecarts from getting a Y height modifier
2013-11-24 06:38:46 +13:00
libraryaddict
1fc72e10cc
Fixed a array size exception
2013-11-24 06:31:41 +13:00
libraryaddict
94a7237803
Read desc
...
Fixed disguises facing direction not updating automatically to the
correct direction.
Its not 100% perfect, but the alternative is to delay the packet another
tick which is not realistic as people could change disguises in that
time.
2013-11-23 15:53:17 +13:00
libraryaddict
2f85d35df1
Fixed the wrong constructor when a self disguise is removed
2013-11-23 15:50:10 +13:00
libraryaddict
26770e5b7a
Send a entity teleport packet for falling block to prevent it glitching into the ground
2013-11-23 15:25:25 +13:00
libraryaddict
447f267811
Stop trying to send a self disguise if the player isn't valid.
2013-11-23 15:21:30 +13:00
libraryaddict
17c2d95e1d
Fixed falling block disguise not working
2013-11-23 13:10:38 +13:00
libraryaddict
35cf33d3c9
Removed the bugz message
2013-11-23 12:39:07 +13:00
libraryaddict
3fd4ddf964
Deprecated setRiding and isRiding as they are no longer in the game
2013-11-23 09:39:36 +13:00
libraryaddict
73e4c3a7c6
Renamed another method to be deprecated. Sorted them.
2013-11-23 09:19:30 +13:00
libraryaddict
0a98e90afc
Read desc
...
Renamed the package utils to utilities
Moved Values and DisguiseSounds into it.
Renamed Values to DisguiseValues
Renamed another method in DisguiseValues
2013-11-23 09:10:20 +13:00
libraryaddict
a502792df2
Read desc
...
Moved more methods into DisguiseUtilities
Renamed things to look better
2013-11-23 09:04:31 +13:00
libraryaddict
93ef0a26d4
Read desc
...
Removed a few classes to a new package
Renamed methods and deprecated them as retarded names.
Fixed DisguiseAPI instance opening new calls and just moved that into a
new class
2013-11-23 08:52:15 +13:00
libraryaddict
81933b90bd
Fixed a weird system where I use strings for getting the watcher class
2013-11-23 08:22:06 +13:00
libraryaddict
6b225f18c3
Change the casting checking to look better
2013-11-23 05:02:53 +13:00
libraryaddict
3f2c6b60d0
Forgot to change this to SNAPSHOT
2013-11-23 04:42:43 +13:00
libraryaddict
201a4a21a0
Fixed casting problems
2013-11-23 04:39:42 +13:00
libraryaddict
ce76bb47c5
Fixed a error which happened rarely
2013-11-23 04:39:35 +13:00
libraryaddict
b93f5d3ea4
Change disguisehelp to use reflection for watcher values and a new EnumHelp thingy
2013-11-23 04:21:03 +13:00
libraryaddict
e41b80ebc0
Fix disguises still being visible as usable. And classes existing when they don't.
2013-11-23 04:20:36 +13:00
libraryaddict
86d728f90d
Fix the errors due to health being changed to a float
2013-11-23 04:20:03 +13:00
libraryaddict
49b81b0deb
Don't print exception because sometimes the class doesn't exist.
2013-11-23 04:01:54 +13:00
libraryaddict
441d69fd62
Change to throwable as exception doesn't catch it
2013-11-23 04:01:32 +13:00
libraryaddict
13fbc4bbb6
Fix incorrect horse sounds to use mob.horse instead of just horse
2013-11-23 03:19:00 +13:00
libraryaddict
4beeb63034
Convert all sounds to strings so non-existing sounds do not stuff the plugin
2013-11-23 03:15:26 +13:00
libraryaddict
1818f5f1e6
Read desc
...
Convert the disguisetype to use entitytypes dymanically set when the
disguisetypes are loaded, so if the entitytype doesn't exist. The plugin
will still load.
2013-11-23 03:15:07 +13:00