Commit graph

1098 commits

Author SHA1 Message Date
NavidK0 d498613f15 Merge remote-tracking branch 'origin/master' 2016-03-06 03:45:21 -05:00
NavidK0 c972d02113 Temporary patch for sounds not working
Replaced some code with Craftbukkit versions
2016-03-06 03:45:13 -05:00
NavidK0 19955e838f Temporary patch for sounds not working
Replaced some code with Craftbukkit versions
2016-03-06 03:38:14 -05:00
NavidK0 99daf8246d Progress! Some mob disguises are working now
Added in dual hand animations
Removed libraryaddict
2016-03-06 01:57:11 -05:00
NavidK0 cf1b15942c Update disguises to use EntityEquipment, makes life easier
Update ItemInHand calls to ItemInMainHand and OffHand
Still not ready for use yet, disguises do not work
2016-03-05 23:14:19 -05:00
NavidK0 a94d583f0b Fix a strange issue with .gitignore excluding files, fixes Jenkins again 2016-03-04 23:45:38 -05:00
NavidK0 1576c895b5 Switch to ProtocolLib MinecraftKeys wrapper
Add in helper method to quickly create DataWatcher.Item objects
Typo in last commit, meant to say, disguises will NOT show up. Sorry to those who got excited. :(
2016-03-04 22:52:52 -05:00
NavidK0 2cf48f7916 It runs, but it's not at all ready for use. Disguises will now show up yet as packets have not been changed. 2016-03-04 21:02:39 -05:00
NavidK0 40e56621a8 Why'd I put weather and lightning in there? 2016-02-19 15:36:47 -05:00
NavidK0 50623a9be2 Added new entities to DisguiseType
Changed entity Ids to reflect new entity Ids in Spigot 1.9
Cleaned up code
2016-02-19 15:29:53 -05:00
NavidK0 9847ff035a 1.9+ Initial Commit
LibsDisguises.instance is no longer exposed, replaced with LibsDisguises.getInstance()
2016-02-19 14:23:46 -05:00
NavidK0 321ecdb3c2 Cleaned up code 2016-02-18 17:45:11 -05:00
NavidK0 eac07595ee Updated Spigot.jar reference link 2016-02-02 16:24:36 -05:00
NavidK0 7ec97f7bd3 Updated ProtocolLib dependency to official release version 3.6.5 2016-01-31 09:29:41 -05:00
NavidK0 28196a26ff Merge remote-tracking branch 'origin/master'
Conflicts:
	build.gradle
2016-01-26 23:02:17 -05:00
NavidK0 aee3ac7cc2 Changed dependencies from file to proper dependencies, also added flatDir to repository block. 2016-01-26 23:02:03 -05:00
NavidK0 0b79bb5d06 Changed dependencies from file to proper dependencies, also added flatDir to repository block. 2016-01-26 23:01:14 -05:00
NavidK0 b72e4455ce Changed dependencies from file to proper dependencies, also added flatDir to repository block. 2016-01-26 22:55:16 -05:00
NavidK0 758df7990e - Cleaned up code
- Future proofed code via reflection again (DamageSource in PacketsManager)
2016-01-22 00:41:45 -05:00
NavidK0 8955290dc7 Updated repo. 2015-12-29 15:52:47 -05:00
NavidK0 66ab7ac3ef Fixed ConcurrentModificationException on PaperSpigot/SportsBukkit. 2015-12-29 15:44:19 -05:00
NavidK0 e7a5d0763f Hotfix for PaperSpigot/SportsBukkit issue with HashMap.KeySet() != Set
Should fix issues with

0265f4eaef
2015-12-28 19:34:44 -05:00
NavidK0 05effaa82c Updated timings for runnable task
Updated version for 8.6.5
2015-08-12 17:20:41 -07:00
NavidK0 a4a965d450 Fixed bug where disguise would be visible for a few seconds after teleporting. 2015-08-12 16:21:08 -07:00
NavidK0 41cfa8eeaa Fixed bug where players switching worlds would become invisible.
Fixed bug where arrows wouldn't blow disguises.
Added default permission for /libsdisguises reload (only ops can use by default)
2015-08-02 19:40:47 -04:00
NavidK0 3e19045a2c Merge origin/master 2015-08-01 19:27:06 -04:00
NavidK0 037da7e980 Updated for 1.8.8.
Compiled against ProtocolLib 3.6.5.

Fixed a nullpointerexception In Disguise when the disguise would rarely despawn causing the entity to be invalid.
2015-08-01 19:25:48 -04:00
NavidK0 5023dc11ce Updated for 1.8.8.
Compiled against ProtocolLib 3.6.5.

Fixed a nullpointerexception In Disguise when the disguise would rarely despawn causing the entity to be invalid.
2015-08-01 19:24:18 -04:00
NavidK0 bdb436711f Added support for spaces in Player Disguises.
Use the "\_" (backslash underscore) to place a space in a name.

Example: /d player The\_Great\_Apple
2015-07-18 00:53:42 -04:00
NavidK0 8c633adb8e Fixed some more permissions related things 2015-07-15 08:33:33 -04:00
NavidK0 890bac0916 Merge origin/master 2015-07-15 08:29:44 -04:00
NavidK0 ed7d8d0c67 Updated versioning to 8.6.1 2015-07-15 08:29:08 -04:00
NavidK0 91a8aefcee Fixed incorrect permission for /vsd a.k.a /disguiseviewself 2015-07-15 08:27:45 -04:00
NavidK0 7301a60aa4 Fixed incorrect permission for /vsd a.k.a /disguiseviewself 2015-07-15 08:25:15 -04:00
NavidK0 8c0e61680b Updated branch. 2015-07-15 05:57:39 -04:00
NavidK0 b57e9931b0 Added the new /disguiseviewself command, allows for toggling the disguise model when you see yourself.
Permission is libsdisguises.viewself
Aliases are: [dviewself, dvs, disguisevs, disvs, vsd, viewselfdisguise, viewselfd]
2015-07-15 05:51:58 -04:00
NavidK0 1d54ba9997 Added descriptions for all the commands in plugins.yml. 2015-07-15 04:04:10 -04:00
NavidK0 27cc9cd70f Added rudimentary support for disguising Custom Entities and Modded Entities
Added the DisguiseType 'Unknown', obviously can't be used by players
Cleaned up code
2015-07-07 11:30:12 -04:00
NavidK0 d30ffa1994 Updated ProtocolLib repo to the new one, also updating used ProtocolLib verison. 2015-07-06 08:23:32 -04:00
NavidK0 beb86c7cbf Cleaned up 2015-07-01 18:03:46 -04:00
NavidK0 5844fb7aec 2015-07-01 17:59:21 -04:00
NavidK0 aee904200b Fixed block data for FallingBlock disguises 2015-07-01 16:02:57 -04:00
NavidK0 f4ec0fc6f6 Added javadoc and sources to publishing. 2015-07-01 14:44:32 -04:00
NavidK0 09de0968d7 Added publishing in build.gradle 2015-07-01 14:29:40 -04:00
NavidK0 77a8d347db Changing build setup for gradle artifact repo 2015-07-01 13:47:20 -04:00
NavidK0 355a5adf46 Changing build setup for gradle artifact repo 2015-07-01 09:33:25 -04:00
NavidK0 caa0025e77 Changing build setup for gradle artifact repo 2015-07-01 09:19:00 -04:00
NavidK0 ee313bc753 Removed pointless line 2015-07-01 09:17:50 -04:00
NavidK0 fc0f313f13 Removed pointless line 2015-06-13 09:33:00 -04:00
NavidK0 a3c8029223 Updated to 1.8.7, no code changes? 2015-06-13 09:24:10 -04:00