5fc3bda1c5
- player-load: load-on-join (PlayerReadyEvent → IO → modify). - async-moderation: IAsyncEvent → coroutine bridge for chat moderation. - periodic-leaderboard: pluginScope loop with parallel reads. - bounty-board: kitchen-sink demo exercising every v0.1 primitive.
17 lines
490 B
JSON
17 lines
490 B
JSON
{
|
|
"Group": "Mythlane",
|
|
"Name": "PeriodicLeaderboard",
|
|
"Version": "${version}",
|
|
"Description": "${description}",
|
|
"Authors": [
|
|
{ "Name": "Mythlane", "Email": "contact@mythlane.com", "Url": "https://mythlane.com" }
|
|
],
|
|
"Website": "https://mythlane.com",
|
|
"Main": "com.mythlane.example.leaderboard.LeaderboardPlugin",
|
|
"ServerVersion": "${hytaleServerVersion}",
|
|
"Dependencies": {},
|
|
"OptionalDependencies": {},
|
|
"DisabledByDefault": false,
|
|
"IncludesAssetPack": false
|
|
}
|