modified: templates/minecraft.html

modified:   templates/projects.html
	modified:   versions/version.json
This commit is contained in:
SimolZimol
2026-01-22 15:18:23 +01:00
parent 518d4b8bed
commit 68ece96e16
3 changed files with 362 additions and 8 deletions

View File

@@ -325,8 +325,8 @@
},
"itemeditor": {
"stable": "1.2.0",
"beta": "1.2.1",
"dev": null,
"beta": "1.2.2",
"dev": "1.2.3",
"project_status": "stable",
"status": {
"stable": "stable",
@@ -335,7 +335,7 @@
},
"version_id": {
"stable": "1.2.0",
"beta": "1.2.1"
"beta": "1.2.2"
},
"project_type": "spigot",
"name": "Item Editor",
@@ -345,7 +345,7 @@
"icon": "fas fa-edit",
"download": {
"stable": "https://modrinth.com/plugin/itemeditor/version/1.2.0",
"beta": null
"beta": "https://modrinth.com/plugin/itemeditor/version/1.2.2"
},
"links": {
"Command Storage": "https://devanturas.net/projects/itemeditor/storage",
@@ -396,5 +396,79 @@
"likes": 0,
"followers": 0
}
},
"staffchat": {
"stable": "1.1.0",
"beta": "1.2.0",
"dev": null,
"project_status": "stable",
"status": {
"stable": "stable",
"beta": "beta",
"dev": "unstable"
},
"version_id": {
"stable": "1.1.0",
"beta": "1.2.0"
},
"project_type": "velocity",
"name": "StaffChat",
"tagline": "Secure and configurable staff chat for Velocity networks",
"description": "A professional staff chat system for Velocity proxy servers with Discord integration, logging, and full customization.",
"long_description": "StaffChat is a secure and highly configurable staff chat plugin for Velocity proxy servers. Features include Discord integration (bi-directional), a dedicated Discord log channel for staff events (join, leave, mute, server switch), fully customizable messages with color and hex support, YAML config with auto-update, and permission-based access. Includes a Discord slash command to list all online staff members and their status.",
"icon": "fas fa-user-shield",
"download": {
"stable": "https://modrinth.com/plugin/velocity-staffchat/version/1.1.0",
"beta": "https://modrinth.com/plugin/velocity-staffchat/version/1.2.0"
},
"links": {
"modrinth": "https://modrinth.com/plugin/velocity-staffchat",
"hangar": "https://hangar.papermc.io/SimolZimol/StaffChat",
"Ko-fi": "https://ko-fi.com/simolzimol",
"discord": "https://discord.com/invite/vVrpvBEfeQ"
},
"velocity_compat": {
"stable": "3.3.0, 3.4.0-SNAPSHOT",
"beta": "3.3.0, 3.4.0-SNAPSHOT"
},
"mc_compat": {
"stable": "3.3.0, 3.4.0-SNAPSHOT"
},
"server_types": ["Velocity"],
"features": [
"Bi-directional Discord integration",
"Dedicated Discord log channel for staff events",
"Configurable messages with color and hex support",
"YAML config with auto-update",
"Permission-based access",
"Discord slash command for staff list",
"Toggle command for staff chat",
"Full placeholder support in messages"
],
"technologies": ["Java", "Velocity API", "Adventure API", "JDA", "SnakeYAML"],
"commands": [
{"command": "/sc <message>", "description": "Send a message to staff chat.", "permission": "staffchat.use"},
{"command": "/staffchat <message>", "description": "Alias for /sc.", "permission": "staffchat.use"},
{"command": "/s <message>", "description": "Alias for /sc.", "permission": "staffchat.use"},
{"command": "/a <message>", "description": "Alias for /sc.", "permission": "staffchat.use"},
{"command": "/sctoggle", "description": "Toggle receiving staff chat messages.", "permission": "staffchat.use"},
{"command": "/staff-list (Discord)", "description": "Show all online staff members and their status in Discord.", "permission": "Discord role (configurable)"}
],
"installation": [
"Download the plugin jar.",
"Place the jar in your Velocity plugins folder.",
"Restart the proxy server.",
"Configure settings in config.yml as needed."
],
"technical_highlights": [
"YAML config auto-update system",
"Full Discord integration with JDA",
"Advanced placeholder and color support"
],
"stats": {
"downloads": 0,
"likes": 0,
"followers": 0
}
}
}