Commit Graph

205 Commits

Author SHA1 Message Date
riking 7c20a7c3a3 More ReflectionManager stuff 2014-06-14 22:38:16 -07:00
riking 3d64a132a9 More Forge compat changes 2014-06-14 20:19:56 -07:00
riking 0c84316121 Prepare to parse the method searge statements 2014-06-14 19:30:47 -07:00
riking 4ddded6b06 Enquipment -> Equipment 2014-06-14 18:09:14 -07:00
riking 48056c735f More getNmsField/Method calls 2014-06-14 16:06:02 -07:00
riking 2566d8824e Create getEntityTrackerEntry() 2014-06-14 15:52:11 -07:00
riking d7a903c86e Forge compatibility WIP 2014-06-14 14:58:49 -07:00
libraryaddict 21d4bba9f4 Max health is now correctly set on entity spawn 2014-06-14 21:11:37 +12:00
libraryaddict e940a9e0e9 Allow boolean params to not require a argument to be true 2014-06-14 20:55:28 +12:00
libraryaddict 55f2eb6dca Let ops use all options 2014-06-14 20:35:42 +12:00
libraryaddict f777b33917 Read desc
Change all the permissions code to a 'better' version
By default people can no longer use options without the option perm or *
DisguiseType returns is now nicer looking
2014-06-14 20:16:48 +12:00
libraryaddict 014c34ce0e Add in Item height as well, prevents floating disguises when a item is disguised 2014-06-12 18:06:07 +12:00
libraryaddict 4b06deec1b Fix the id and data crap so its no longer broken 2014-06-06 14:16:16 +12:00
libraryaddict 676d191c52 Merge pull request #30 from riking/stuff
Code cleanup
Fix horse rearing
DisguiseHelp improved
2014-06-05 10:47:56 +12:00
libraryaddict d23e518c1b Instead of using Object's for gameprofiles. Use WrappedGameProfile 2014-06-05 08:40:15 +12:00
riking 983026a898 Make a callValueOf() method to reduce code repetition 2014-06-04 09:27:52 -07:00
riking 1207d70d6e Dedent parseDisguise() method for-loop 2014-06-04 09:18:05 -07:00
riking bb0ac727bf Remove more redundant actions 2014-06-04 09:17:47 -07:00
libraryaddict 956fef9ca1 Add a config option which fixes a bug where you can dye sheep/wolf client sidedly 2014-06-04 14:43:58 +12:00
libraryaddict 87c0cb4a78 Actually remove the unknown entity id. Not the known entity ids.. 2014-06-04 14:20:02 +12:00
libraryaddict 239bc6d645 Check a second after the future disguise was added that it was successful. 2014-06-04 14:12:09 +12:00
libraryaddict 34f0a13b39 Remove badly thought out and obselete feature that didn't work 2014-06-04 13:58:16 +12:00
riking db5e77d28f Remove useless local 2014-06-03 18:42:27 -07:00
riking 6d6b766823 For-each loops, remove unused method parameters 2014-06-03 18:42:27 -07:00
riking 5dce8a22e8 Simplify redundant statements and casts 2014-06-03 18:42:27 -07:00
riking 009df4a0ad Turn manual array copies into System.arrayCopy 2014-06-03 18:42:27 -07:00
riking d32a077359 StringBuilder, rename local, javadocs 2014-06-03 18:42:27 -07:00
libraryaddict 4e441493c1 Combine inventory listener server and client into one listener. Seeing as they don't need to be seperate and actually cuts down on code 2014-06-04 12:47:52 +12:00
libraryaddict 4bbf0fbece Clone the disguise when fetched 2014-06-02 10:06:30 +12:00
libraryaddict 31a0b68bdc Change the use of the disguiseclone command to use references instead 2014-06-02 10:03:59 +12:00
libraryaddict 3426e0adb6 Changed "Can't use command" to follow one message 2014-06-02 03:52:54 +12:00
libraryaddict 5bfd6c5541 Fix outdated code which would make huge problems because of previous fix 2014-06-01 06:53:01 +12:00
libraryaddict 841dab296d Add setSkin for playerdisguise. This may be removed in future versions 2014-06-01 06:47:05 +12:00
libraryaddict f94748afa5 Yeah. Fix the memory leak plox 2014-05-29 22:16:04 +12:00
libraryaddict aea49bfc43 Fix a memory leak :( 2014-05-29 22:10:34 +12:00
libraryaddict 56902b8aff Don't fetch the datawatcher twice 2014-05-28 21:53:08 +12:00
libraryaddict 39d01c1bea Use Collection with no <String> or <Player> so that you can feed either in as a parameter 2014-05-28 12:09:16 +12:00
libraryaddict 4e8b0da944 Get rid of this try/catch 2014-05-25 17:58:53 +12:00
libraryaddict 6652959553 Fix up URLDecoding as per @zreed's recommendation 2014-05-25 17:57:34 +12:00
libraryaddict e24f404e42 Tiny cleanup 2014-05-24 05:24:55 +12:00
libraryaddict 19aabb2656 Fixed sending data on a flagwatcher not taking their real metadata into account when its adding metadata 2014-05-24 05:14:14 +12:00
libraryaddict 26ccaabe83 Added ability to set the max health of a disguise using attributes 2014-05-23 14:52:21 +12:00
libraryaddict 0c305a8151 Fixed isRightClicking being slightly bad 2014-05-23 14:03:02 +12:00
libraryaddict ae06e527be Added disable metadata packet - Aka cached 2014-05-23 13:58:21 +12:00
libraryaddict a70932da4d Forgot to add a hook here.. 2014-05-23 10:33:50 +12:00
libraryaddict d4ac36b1ef added small note 2014-05-23 10:30:56 +12:00
libraryaddict 71f15dff77 Added a way to selectively disguise only certain entities with disguise radius. Also changed the coloring of the help 2014-05-23 09:14:52 +12:00
libraryaddict 92172f91af Add classgetter 2014-05-23 09:13:35 +12:00
libraryaddict 31dd6ef5e3 Allow -baby to exist in perms 2014-05-23 08:26:43 +12:00
libraryaddict 72d07e7f62 Added a slew of options to disable packets for performance gains 2014-05-23 08:14:46 +12:00