Commit Graph

81 Commits

Author SHA1 Message Date
fullwall 74a861142b Add durations to settings, allow falling distance to be set for all mobs 2023-03-12 22:30:19 +08:00
fullwall 8235ed160f PICKUP_ITEMS now defaults to false rather than isProtected 2023-02-26 15:51:59 +08:00
fullwall dddabd13b8 Actually not an off by one 2023-02-10 23:44:54 +08:00
fullwall 0f6842991b Fix off by one command nUsed 2023-02-10 23:42:57 +08:00
fullwall a669a8a256 Workaround protocollib not supported listed boolean, fix dolphins moving while on ground, add /npc bossbar --range, add /npc create --nameplate --temporaryticks 2022-12-29 23:26:02 +08:00
fullwall 2034ca6bf0 Add CommandAction 2022-12-10 13:42:07 +08:00
fullwall b8050199f1 Add per-player rotation API 2022-11-28 23:10:50 +08:00
fullwall f93266135b Cast to player in MoneyAction 2022-11-27 00:32:05 +08:00
fullwall bbf7ca2f98 Add /npc command clearerror 2022-10-24 22:01:40 +08:00
fullwall b88dbf2e50 Convert command describe to minimessage 2022-10-17 16:56:52 +08:00
fullwall 30b2f5a8e2 Placeholders for speech bubbles, /npc command errormsg 2022-08-21 16:15:40 +08:00
fullwall 9592de5716 Sets.difference is not working in 1.8.8 2022-08-17 23:33:29 +08:00
fullwall 8b488ddc61 Fix spaces in server names 2022-07-29 02:03:16 +08:00
fullwall 9cf7779ff4 Work on /npc shop, QoL tweaks, fix scoreboard team removal 2022-07-26 23:50:28 +08:00
fullwall ac92bafa71 Null check command charged 2022-07-25 00:23:44 +08:00
fullwall 8c004fc122 Work on /npc shop 2022-07-21 23:13:51 +08:00
fullwall 674a621cf3 Fix itemcost, don't execute commands if cost not reached 2022-07-17 02:28:17 +08:00
fullwall a81d8db87d Null check bossbar style 2022-07-17 02:10:38 +08:00
fullwall aaca31740b QoL changes to /npc list /npc command 2022-07-10 01:17:26 +08:00
fullwall 55f8a1f75c Fix say in /npc command 2022-06-30 16:10:16 +08:00
fullwall 5cd35fdcea Make --id check less specific 2022-06-25 18:15:19 +08:00
fullwall 659a5b17ad Match npc commands slightly more safely 2022-06-25 16:47:48 +08:00
fullwall 1cdeda5d5d Add 'say' option to /npc command and add the NPC id for /npc commands 2022-06-25 16:47:13 +08:00
fullwall 3ff64493cd Fixed commandtrait output 2022-06-02 20:15:45 +08:00
fullwall 97da84c192 Fix gcooldown not working when used in isolation 2022-04-30 02:39:26 +08:00
fullwall b26dfb3d0f Implement new PathStrategy method, improve swimming navigation 2022-02-19 16:36:31 +08:00
fullwall 208b1c9ca2 Add extra info to /npc command 2022-02-19 14:36:45 +08:00
fullwall 88ab30840b Add debug to chunk load tracking, clarify charging logic in commands 2022-02-15 00:40:24 +08:00
fullwall 676590f5fe Fix /npc command gcooldown 2022-02-13 17:33:44 +08:00
fullwall 23c4779404 Set exp level for /npc command expcost rather than exp % 2022-01-12 02:01:30 +08:00
fullwall 968f3fd68b Add /npc command hideerrors 2021-11-19 23:32:28 +08:00
fullwall 7c8b136e1d Add /npc command expcost 2021-11-01 20:56:54 +08:00
fullwall 0ff3ee72e9 Move costs to after other precondition check 2021-07-16 23:23:57 +08:00
fullwall d2f0d7ec20 Cleanup of old command code 2021-06-13 14:53:19 +08:00
fullwall 145f9e4f41 Fix sequential command execution with commands on both hands 2021-04-25 12:06:59 +08:00
fullwall b986c4dcb8 Fix cooldown setting message parsing - $ was not included in initial setting default, changed substitutor to avoid migrating settings 2021-04-14 19:41:37 +08:00
fullwall 643e42f4ba Add basic named parameters for time purposes in command trait 2021-03-13 22:17:55 +08:00
fullwall 9bbe9ae3c4 Add simple /npc drops GUI and add NPC selection to /npc follow 2021-02-07 18:45:10 +08:00
fullwall e03d65aeb4 Add /npc command itemcost 2021-02-01 22:35:28 +08:00
fullwall cc3d8f84c7 Fix double sending of command messages with LINEAR execution 2021-01-15 22:06:03 +08:00
fullwall 040930bcde Add /npc command --gcooldown 2020-12-16 18:12:37 +08:00
fullwall cac35409c9 Check for command message setting being empty 2020-10-21 15:18:07 +08:00
fullwall 27b0bc107c Generate getters for trait methods 2020-10-07 19:16:41 +08:00
fullwall 84ec48078d Add global settings for command error messages 2020-10-05 12:18:19 +08:00
fullwall f5dc673948 Fix /npc command sequential 2020-10-03 15:40:53 +08:00
fullwall 9f3da308e3 Don't save commands directly to avoid yaml key issues 2020-08-12 23:40:44 +08:00
fullwall 0036c9d6a2 Fix /npc command random 2020-07-15 20:19:43 +08:00
fullwall ea20cdb21e Fix duplication of name hologram 2020-07-09 23:37:45 +08:00
fullwall 942b354967 Fixes for /npc hologram, add /npc command random 2020-07-03 22:59:18 +08:00
fullwall 05cc8de3c7 Implement /npc command cost 2020-06-30 15:20:02 +08:00