File tree Expand file tree Collapse file tree
bukkit/src/main/resources
fabric/src/main/resources
java/com/cssbham/cssminecraft/forge/listener Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ api-version: 1.21 # probably
55authors : [ RaineTheBoosted, LMBishop ]
66description : CSS' Minecraft plugin
77website : https://github.com/CSSUoB/CSS-Minecraft
8- softdepend : [ LuckPerms ] # TODO change back to depends
8+ softdepend : [ LuckPerms ]
99commands :
1010 makegreen :
1111 description : Make yourself green by verifying your CSS membership.
Original file line number Diff line number Diff line change 1818 "minecraft" : " ~1.21" ,
1919 "java" : " >=21" ,
2020 "fabric-api" : " *"
21+ },
22+ "recommends" : {
23+ "luckperms" : " *"
2124 }
2225}
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public void onLogin(PlayerEvent.PlayerLoggedInEvent event) {
6464 player .getUUID (),
6565 name ,
6666 (null == player .getDisplayName ()) ? name : player .getDisplayName ().getString (),
67- server .getPlayerCount () + 1
67+ server .getPlayerCount ()
6868 ));
6969 }
7070
Original file line number Diff line number Diff line change @@ -12,4 +12,11 @@ logoFile="logo.png"
1212authors =" LMBishop"
1313description ='''
1414 CSS' Minecraft plugin
15- '''
15+ '''
16+
17+ [[dependencies .luckperms ]]
18+ modId =" luckperms"
19+ mandatory =false
20+ versionRange =" "
21+ ordering =" AFTER"
22+ side =" SERVER"
You can’t perform that action at this time.
0 commit comments