Skip to content

Commit 2699cea

Browse files
committed
fix ipv6 bug
1 parent 9985223 commit 2699cea

30 files changed

Lines changed: 66 additions & 17 deletions

bin/main/blacklisted.png

5.25 KB
Loading

bin/main/bungee.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: ${plugin_name}
2+
version: ${plugin_vers}
3+
main: xyz.webmc.${plugin_iden}.bungee.${plugin_name}Bungee
4+
description: ${plugin_desc}
5+
website: ${plugin_site}
6+
author: [${plugin_athr}]
7+
contributors: [${plugin_ctbr}]
8+
depends: [${plugin_depb}]
9+
provides: [${plugin_prov}]
10+
softdepend: [${plugin_sdpb}]

bin/main/plugin.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: ${plugin_name}
2+
version: ${plugin_vers}
3+
main: xyz.webmc.${plugin_iden}.bukkit.${plugin_name}Bukkit
4+
description: ${plugin_desc}
5+
website: ${plugin_site}
6+
authors: [${plugin_athr}]
7+
contributors: [${plugin_ctbr}]
8+
depend: [${plugin_depa}]
9+
provides: [${plugin_prov}]
10+
softdepend: [${plugin_sdpa}]
11+
commands:
12+
originblacklist:

bin/main/velocity-plugin.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"id": "${plugin_iden}",
3+
"name": "${plugin_name}",
4+
"version": "${plugin_vers}",
5+
"description": "${plugin_desc}",
6+
"website": "${plugin_site}",
7+
"main": "xyz.webmc.${plugin_iden}.velocity.${plugin_name}Velocity",
8+
"authors": [${plugin_athr}],
9+
"dependencies": [${plugin_depc}]
10+
}
15.7 KB
Binary file not shown.
Binary file not shown.
634 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)