diff --git a/config/feytweaks.json b/config/feytweaks.json new file mode 100644 index 0000000..0a68c0b --- /dev/null +++ b/config/feytweaks.json @@ -0,0 +1,16 @@ +{ + "toggleMod": true, + "hideTexts": true, + "textDistance": 50.0, + "hideGlow": false, + "hideGlowDistance": 50.0, + "signCulling": true, + "simpleGlow": false, + "glowToShadow": false, + "fastGlowToShadow": false, + "optimizeGlow": true, + "hideBeam": false, + "beamDistance": 15.0, + "beaconCulling": true, + "optimizeBeam": true +} \ No newline at end of file diff --git a/config/styled-chat.json b/config/styled-chat.json index 8f660c6..af094ed 100644 --- a/config/styled-chat.json +++ b/config/styled-chat.json @@ -19,7 +19,7 @@ "default": { "display_name": "${default}", "message_formats": { - "chat": "[%luckperms:prefix%] ${player} | ${message}", + "chat": "[%luckperms:prefix%] ${player} %playerpronouns:pronouns ???/???% | ${message}", "joined_the_game": " %luckperms:prefix% ${player}", "joined_after_name_change": " %luckperms:prefix% ${player} (${old_name}) ", "joined_for_first_time": "new ${player}", diff --git a/config/styledplayerlist/config.json b/config/styledplayerlist/config.json new file mode 100644 index 0000000..40105c0 --- /dev/null +++ b/config/styledplayerlist/config.json @@ -0,0 +1,15 @@ +{ + "CONFIG_VERSION_DONT_TOUCH_THIS": 1, + "_comment": "Before changing anything, see https://github.com/Patbox/StyledPlayerList#configuration", + "defaultStyle": "default", + "updateRate": 20, + "displayOnSingleplayer": true, + "switchMessage": " style changed to ${style}", + "unknownStyleMessage": " style not found", + "permissionMessage": "You don't have required permissions!", + "changePlayerName": true, + "playerNameFormat": "%luckperms:prefix% %player:displayname%", + "updatePlayerNameEveryChatMessage": false, + "playerNameUpdateRate": 20, + "permissionNameFormat": [] +} \ No newline at end of file diff --git a/config/styledplayerlist/styles/default.json b/config/styledplayerlist/styles/default.json new file mode 100644 index 0000000..9b7b836 --- /dev/null +++ b/config/styledplayerlist/styles/default.json @@ -0,0 +1,16 @@ +{ + "id": "default", + "name": "Default", + "header": [ + "Elly's MTR Quilt pack", + "%server:online%/%server:max_players%", + "" + ], + "footer": [ + "", + "TPS", + "1m: %spark:tps 1m% | 15m: %spark:tps 15m%" + ], + "hidden": false, + "permission": "" +}