use .replaceAll instead of .replace

This commit is contained in:
Colbster937
2025-05-08 11:24:44 -05:00
parent c5a2b1002f
commit 71ad3059cc
28 changed files with 115 additions and 13 deletions

View File

@@ -0,0 +1,14 @@
{
"id": "originblacklist",
"name": "OriginBlacklist",
"version": "${version}",
"description": "${description}",
"main": "dev.colbster937.originblacklist.velocity.OriginBlacklistVelocity",
"authors": ["Colbster937"],
"dependencies": [
{
"id": "eaglerxserver",
"optional": false
}
]
}