This website requires JavaScript.
10039f39c3
From ItemStack[] is [] not {}
libraryaddict
2020-02-15 19:56:06 +13:00
fc78734fd5
Add tameable options to older ocelot disguise
libraryaddict
2020-02-14 19:58:20 +13:00
e541da2a6d
Don't make backwards compatibility prem-only
libraryaddict
2020-02-14 19:57:52 +13:00
4e235a265c
Merge branch 'master' of github.com:libraryaddict/LibsDisguises
libraryaddict
2020-02-14 10:09:15 +13:00
a581decbe0
Add 1.12 support
libraryaddict
2020-02-14 10:06:49 +13:00
13061546c8
Merge pull request #430 from SoSeDiK/CATCUS
libraryaddict and GitHub
2020-02-14 07:10:16 +13:00
79f1f1ad73
Fixed a small typo
SoSeDiK and GitHub
2020-02-13 11:38:22 +02:00
a74a9061e1
Use older spigot jars for jenkins
libraryaddict
2020-02-13 19:50:06 +13:00
96578c7ade
Merge branch 'master' of github.com:libraryaddict/LibsDisguises
libraryaddict
2020-02-13 19:47:22 +13:00
1fcefbcdcc
Added 1.13.2 support, made backwards premium
libraryaddict
2020-02-13 19:47:02 +13:00
b98ab8da9b
Merge pull request #429 from Rayzr522/master
libraryaddict and GitHub
2020-02-13 16:35:30 +13:00
bad6a2e8f0
Fix md_5 maven repository warnings
Rayzr522
2020-02-12 22:31:18 -05:00
7fdbea1185
Merge pull request #428 from JLLeitschuh/fix/JLL/use_https_to_resolve_dependencies
libraryaddict and GitHub
2020-02-12 06:13:48 +13:00
3e73537f41
Use HTTPS instead of HTTP to resolve dependencies
Jonathan Leitschuh
2020-02-11 09:23:01 -05:00
45996842d9
Fix equip packets, again
libraryaddict
2020-02-07 16:30:52 +13:00
1b2085c03f
Released 9.9.3 for 1.14 & 1.15
libraryaddict
2020-02-07 09:17:26 +13:00
a50ea45f5e
Fixed incorrect regex
libraryaddict
2020-02-07 09:16:16 +13:00
0a5752dd67
Released 9.9.2 and added scoreboard test command
libraryaddict
2020-02-06 13:59:57 +13:00
580ae37385
Don't show enum in log
libraryaddict
2020-02-06 13:05:59 +13:00
9656ed4249
Add backwards compatibility for 1.14
libraryaddict
2020-02-06 12:15:20 +13:00
7661635eb9
/libsdisguises shouldn't be hidden, added aliases ld and libsdisg
libraryaddict
2020-02-05 14:45:51 +13:00
852d8c9f2b
Set custom name dynamically on start
libraryaddict
2020-02-05 14:29:04 +13:00
01fa2ff843
Set initial value to 0 to immediate change
libraryaddict
2020-02-05 14:27:51 +13:00
fd2926241c
Add isDynamicName for player disguises with mobs custom names that change
libraryaddict
2020-02-05 14:26:55 +13:00
a92916f112
Add mission perms, add /libsdisguises json
libraryaddict
2020-02-05 14:23:53 +13:00
dd3017b0f9
Check if at least one of the people fighting is human
libraryaddict
2020-02-04 16:10:08 +13:00
7f2de5194f
Action bar every 15 ticks, only if current disguise is main disguise
libraryaddict
2020-02-04 16:07:47 +13:00
4af9da10c5
Fix retaliation combat and make the message nicer to see
libraryaddict
2020-02-04 16:06:34 +13:00
e2f80811ff
Correct plugin.yml perms
libraryaddict
2020-02-04 16:05:00 +13:00
1874544721
Stuff
libraryaddict
2020-02-03 20:32:21 +13:00
5410e8dd04
Dont send action bar every tick
libraryaddict
2020-02-03 18:37:32 +13:00
9bf3e81ded
Correct config value name for action bar, fix attributes error
libraryaddict
2020-02-03 17:42:47 +13:00
dc066a07dd
Fix getters not updated
libraryaddict
2020-02-02 14:22:46 +13:00
4092737259
Add getter for gson
libraryaddict
2020-02-02 14:11:36 +13:00
ed098752f6
Use lombok, add new config options for disabling pvp, pve, action bar when disguised, permission to hide name above head
libraryaddict
2020-02-02 11:59:18 +13:00
5f98e57316
Fixed movement speed not being set in attributes
libraryaddict
2020-02-02 11:58:21 +13:00
b65bbb6340
Snapshot build
libraryaddict
2020-01-31 16:37:21 +13:00
c6776396bc
Released 9.9.1 for 1.15.2
libraryaddict
2020-01-31 16:35:20 +13:00
accbba2d32
Fix setName not working correctly in a few cases
libraryaddict
2020-01-28 17:02:30 +13:00
3a2e7602fb
Add <Inherit> for player disguises name to inherit custom names from entities
libraryaddict
2020-01-28 15:13:59 +13:00
7ee65d26b2
Allow disguise options on all parameters
libraryaddict
2020-01-23 09:42:01 +13:00
7109633a67
Fixes #424 error with grabskin no name provided
libraryaddict
2020-01-22 20:49:01 +13:00
f7f551caa8
Fixed disguise options code from not working for all disguises
libraryaddict
2020-01-22 19:28:12 +13:00
da20612ae9
Changed the way extended names work to fix a bug, fixes #423
libraryaddict
2020-01-22 18:46:57 +13:00
1aa5703bd5
Release 9.9.0 for 1.15
libraryaddict
2020-01-20 19:57:17 +13:00
b5c7bce609
Correct subpermissions of a few seecmd
libraryaddict
2020-01-20 17:51:44 +13:00
9a555dafb8
Added extended names + config option, fixed nms version incorrect reporting, small code cleanup, fixed player disguises with spaces not being quoted, fixed disguises saving as unknown charset format. Adds #422
libraryaddict
2020-01-20 13:35:55 +13:00
ef981b3787
Add permtest to /libsdisguises
libraryaddict
2020-01-20 08:33:19 +13:00
ead5a23d65
Add setNameVisible to player disguises
libraryaddict
2020-01-19 15:48:52 +13:00
ce292302fe
Code cleanup
libraryaddict
2020-01-19 15:48:26 +13:00
2bc4209a6c
Catch reloads
libraryaddict
2020-01-18 15:12:32 +13:00
765b07a46a
Update checker now checks a new url, not sure why I thought https wouldn't be touched.
libraryaddict
2020-01-18 14:52:53 +13:00
caf5587ccb
Add meta index info to libsdisguises command
libraryaddict
2020-01-17 16:55:05 +13:00
e7dd114705
Correct attempting to use object not string for perm check
libraryaddict
2020-01-14 19:41:40 +13:00
e70c690751
Fixed disguise options permissions being bypassable in some instances, including capitalization
libraryaddict
2020-01-12 17:26:44 +13:00
db29352948
Fix some typos, don't use MineSkinAPI name
libraryaddict
2020-01-11 13:37:45 +13:00
7f725d26bd
Don't keep old velocity changes, prevent 2 velocities
libraryaddict
2020-01-06 16:01:05 +13:00
4f140fce9b
Update ProtocolLib version
libraryaddict
2020-01-06 15:57:53 +13:00
0ed798e8e7
Minor code cleanup, add item placeholders to disguises
libraryaddict
2020-01-06 09:28:30 +13:00
54bd979506
Handle UUIDs for teams as well as names #418
libraryaddict
2020-01-06 07:30:22 +13:00
f8fe3116df
Modify default player tablist expire from 40 ticks to 60 ticks.
libraryaddict
2020-01-05 09:58:43 +13:00
64f9da47c9
Add new commands to metrics
libraryaddict
2020-01-04 07:46:02 +13:00
3536bf63c3
Change guide in disguises.yml to include new commands
libraryaddict
2020-01-03 21:18:30 +13:00
c073af37e8
Read below for more info Added /grabskin - Grabs a skin from file, url or existing player and saves as a new skin name Added /copydisguise - Outputs the current disguise or a specific uuid/player disguise to a usable string Added /savedisguise - Saves a disguise to custom disguises (disguises.yml) for future use, accepts skin files, urls and existing players Using MineSkin.org API Now generates Skins folder with info inside Added addGameProfile, addCustomDisguise and parseToString to DisguiseAPI Added different checks to gameprofiles Added new messages for the new features Fixed disguise parser to string handling quotes and skins wrong Fixed disguise parser to string not replacing colors back to the & Changed itemstack params to parse to a simpler item if possible
libraryaddict
2020-01-02 17:10:36 +13:00
da6f98a3d7
Update pom, add xml info
libraryaddict
2019-12-31 20:00:04 +13:00
7aa3a8a2ef
Fixed typos, added DisguiseParser.parsetoString(Disguise)
libraryaddict
2019-12-31 19:35:21 +13:00
ce1472eaf7
Add addCustomDisguise to DisguiseConfig to easily register own custom disguises
libraryaddict
2019-12-28 13:10:52 +13:00
dad91c1075
Init reflection after version check
libraryaddict
2019-12-24 17:40:56 +13:00
4835b6de0b
Remove outdated code/enum and add "setSleeping" and "setSwimming" while fixing "setSneaking"
libraryaddict
2019-12-22 21:11:47 +13:00
fc957c76e9
And the snapshot build
libraryaddict
2019-12-22 18:17:29 +13:00
cb1c781921
Released 9.8.9
libraryaddict
2019-12-22 18:16:31 +13:00
d657c5be5f
Fixed pi rate error again..
libraryaddict
2019-12-22 18:15:55 +13:00
f52a2dbc21
Snapshot build
libraryaddict
2019-12-22 12:31:50 +13:00
cc756362e9
Release 9.8.8
libraryaddict
2019-12-22 12:30:50 +13:00
1e313a5a57
Reverse pi check
libraryaddict
2019-12-22 12:30:44 +13:00
88f3c79fc0
Push the snapshot version
libraryaddict
2019-12-22 10:47:51 +13:00
def96cce9b
Release 9.8.7
libraryaddict
2019-12-22 10:46:58 +13:00
c83283f43e
Add more info for setting up prem
libraryaddict
2019-12-22 10:46:37 +13:00
53768a29d3
Add pi rate checking for main plugin
libraryaddict
2019-12-22 10:15:52 +13:00
3b3de8d0ee
Catch CraftItemStack when de/serializing, fixes #414
libraryaddict
2019-12-21 19:12:22 +13:00
f130d55170
Correctly serialize and deserialize ItemMeta (Previously not working) #414
libraryaddict
2019-12-21 14:45:10 +13:00
b2193ad021
Remove meta after a set tick, not last packet
libraryaddict
2019-12-21 12:02:30 +13:00
3ee66d918c
Unregister old packet handler for head movement
libraryaddict
2019-12-21 10:24:11 +13:00
3653149e5b
Remove dumb version check
libraryaddict
2019-12-19 20:54:38 +13:00
381444d6e3
Release der snapshot build!1!
libraryaddict
2019-12-15 12:22:55 +13:00
d59e00e2b9
Release 9.8.6 for 1.15
libraryaddict
2019-12-15 12:15:37 +13:00
7b70c9bb14
Update for 1.15
libraryaddict
2019-12-14 13:10:11 +13:00
da0e282258
Added test for releases
libraryaddict
2019-12-14 11:49:01 +13:00
320b4e1cb7
Add new disguise option for mobs to ignore selective disguises. Not usable through commands due to potential for abuse by simplistic permissions.
libraryaddict
2019-12-14 11:48:37 +13:00
6f743eeafa
Just a new snapshot build that does nothing but bump version
libraryaddict
2019-12-11 21:45:23 +13:00
fee387e7ea
Released final 9.8.5 for 1.14
libraryaddict
2019-12-11 17:41:22 +13:00
b777375493
Add simple material constructor to MiscDisguise for falling blocks and item disguises
libraryaddict
2019-12-06 17:51:56 +13:00
c5cad96118
Ignore DisguiseType.UNKNOWN, handles #373
libraryaddict
2019-12-06 11:37:33 +13:00
9ecf1cc62c
Add new config option PlayerHideArmor to fix MM stone items on spawn
libraryaddict
2019-11-27 09:13:12 +13:00
d77308dee0
Hello discord!
libraryaddict
2019-11-26 01:57:36 +13:00
57c2924930
Allow server ops to use commands
libraryaddict
2019-11-23 14:38:21 +13:00
0d5d133e42
Don't fatal error if the server owner wants to modify saved disguises files
libraryaddict
2019-11-20 20:08:19 +13:00
8c2a5eeb00
Clear old equip packet
libraryaddict
2019-11-18 17:37:52 +13:00
a09a86062f
Resend self disguise armor, clean spawn armor, don't cancel armor but wipe it to air
libraryaddict
2019-11-18 16:57:00 +13:00
c787a1daae
Remove stone being sent for self disguises, should be handled by spawn
libraryaddict
2019-11-18 12:47:55 +13:00