mirror of
https://github.com/geekfrog/PermissionsTime.git
synced 2024-11-21 23:08:48 +00:00
版本+1
This commit is contained in:
parent
11330ece35
commit
24003ed771
2
pom.xml
2
pom.xml
@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>gg.frog.mc</groupId>
|
<groupId>gg.frog.mc</groupId>
|
||||||
<artifactId>permissionstime</artifactId>
|
<artifactId>permissionstime</artifactId>
|
||||||
<version>0.3.2-SNAPSHOT</version>
|
<version>0.3.3-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>PermissionsTime</name>
|
<name>PermissionsTime</name>
|
||||||
<description>支持跨服的权限限时插件</description>
|
<description>支持跨服的权限限时插件</description>
|
||||||
|
@ -17,6 +17,7 @@ mysql:
|
|||||||
# Whether to use the MySQL database.
|
# Whether to use the MySQL database.
|
||||||
enable: false
|
enable: false
|
||||||
# 服务器唯一标识, 用来区分权限是哪个服务器的.
|
# 服务器唯一标识, 用来区分权限是哪个服务器的.
|
||||||
|
# 想要权限跨服,serverId必须一致.
|
||||||
# Server ID.
|
# Server ID.
|
||||||
serverId: default
|
serverId: default
|
||||||
hostname: localhost
|
hostname: localhost
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: PermissionsTime
|
name: PermissionsTime
|
||||||
version: 0.3.2-SNAPSHOT
|
version: 0.3.3-SNAPSHOT
|
||||||
main: gg.frog.mc.permissionstime.PluginMain
|
main: gg.frog.mc.permissionstime.PluginMain
|
||||||
author: GeekFrog
|
author: GeekFrog
|
||||||
softdepend:
|
softdepend:
|
||||||
|
Loading…
Reference in New Issue
Block a user