Skip to content

Commit 0126fe1

Browse files
committed
Updated CHANGELOG.txt
1 parent 0fe600c commit 0126fe1

1 file changed

Lines changed: 73 additions & 1 deletion

File tree

CHANGELOG.txt

Lines changed: 73 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,76 @@
1-
2.3
1+
2.4:
2+
- Added support for horses to /spawnmob
3+
- Updated /compass directions
4+
- Added zombie:villager to /spawnmob
5+
- /spawnmob modifiers can now be combined
6+
- Fixed an issue where the warp owner was not set when using the two argument
7+
form of /setwarp
8+
- Players will now be centered on the targeted block when they teleport to a specific block
9+
- Added .other permissions to the flight commands
10+
- Updated the Jinglenote library
11+
- Added silencing flags to the time, thunder, and weather commands
12+
- Added support for spawning baby zombies with the -b flag in the /spawnmob command
13+
- Fixed an issue where Skeletons would not always be given bows when spawned with
14+
the /spawnmob command
15+
- Fixed an issue where Pig Zombies would not always be given their golden swords
16+
- Added a /tpa alias for the /call command
17+
- Fixed permissions checks in the the /tp, /bring, and /put commands
18+
- This also fixes various exceptions related to multi world teleporting
19+
- Fixed players teleporting to themselves when providing partial names
20+
- Fixed the heal command not setting the correct hunger values
21+
- Improved the reliability of the /ret command
22+
- Fixed an issue where homes and warp names could cause the CSV table to break
23+
- Added a new advanced AFK Component
24+
- Added support for teleporting vehicles/mobs with the player
25+
(commandbook.teleport.vehicle.<pig/horse/etc>)
26+
- Added support for specifying more than one target using /spawnmob
27+
- Added the /extinguish command to put out ignited players
28+
- Fixed the silent flag (-s) in the heal and slay commands
29+
- Reduced the spam of Fun Component commands
30+
- Added a permission to recevie kits on first join (commandbook.kits.onfirstlogin.<kit name>)
31+
- Replaced the /summon and /s aliases for the bring command with /grab and /g
32+
- Large refactoring of internal utilities
33+
- Added support for "unsafe" enchantments to the give command
34+
- Added support for specifying color to stained glass and clay (/i stainedclay:black)
35+
- Removed the enchantment level caps from the give command
36+
- Added UUID support
37+
- The initial conversion may take some time for larger tables
38+
- New player sessions will now be stored in a CraftPlayer folder,
39+
or the relevant implementing class for the player
40+
- Any developer who hooks into our bans API must update their implementation
41+
- Fixed a warning caused by locations not being loaded properly at startup
42+
- Fixed an issue where players with commandbook.bans.exempt couldn't be banned by players
43+
with commandbook.bans.exempt.override
44+
- All list now list up to 9 items
45+
- Sessions are now loaded earlier in the login process, and released later
46+
- Homes and warps lists are now much cleaner looking
47+
- Added a /homes info <home> and /warps info <home> to view more information
48+
about the relevant home or warp
49+
- Fixed an issue where the /homes del <home> and /warps del <warp> were not properly formatted
50+
- Bans now better represent the ban reasons
51+
- Banned players are now informed of their expiration date of their ban,
52+
and the reason they were banned when attempting to login to the server
53+
- /isbanned and /baninfo are now the same command with varying permissions to view different
54+
infromation
55+
- Added support for banning a player by IP and name by using the -i flag in the ban command
56+
- Output messages for bans are now pay more attention to the actions that actually took place
57+
- UUIDs are now shown in the /whois command
58+
- Fixed an issue where CommandBook would assume that all players had been teleported without
59+
actually verifying that was the case
60+
- Fixed an issue where the /playertime command was outputting the current time, rather than
61+
the new time
62+
- Give will now tell the sender if all items were not given, and in what quantities they were
63+
given
64+
- The readability of the /enchantments command has been improved
65+
- Fixed an issue where banning a player who has already been banned would result in the
66+
original ban information being used instead of the updated information.
67+
68+
Thank you to ewized for his contributions this release.
69+
70+
Special notes: Developers should take note that there were several changes
71+
to CommandBook's internal structure which may affect other plugins using CommandBook methods.
72+
73+
2.3:
274
- Fixed missing support for enchantments in kits.
375
- Added storm and sun commands as aliases.
476
- Added node commandbook.locations.target for #target. (eg /tp #target, /put)

0 commit comments

Comments
 (0)