mirror of
https://e.coding.net/circlecloud/Residence.git
synced 2025-11-24 21:46:16 +00:00
fix some bug and update to 2.7.0.1...
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -111,17 +111,17 @@ public class PermissionManager {
|
||||
perms = vault;
|
||||
Logger.getLogger("Minecraft").log(
|
||||
Level.INFO,
|
||||
"[Residence] Found Vault using permissions plugin:"
|
||||
"[Residence] 发现 Vault 使用权限系统:"
|
||||
+ vault.getPermissionsName());
|
||||
return;
|
||||
} else {
|
||||
Logger.getLogger("Minecraft")
|
||||
.log(Level.INFO,
|
||||
"[Residence] Found Vault, but Vault reported no usable permissions system...");
|
||||
"[Residence] 发现 Vault, 但是 Vault 未找到权限系统...");
|
||||
}
|
||||
}
|
||||
Logger.getLogger("Minecraft").log(Level.INFO,
|
||||
"[Residence] Permissions plugin NOT FOUND!");
|
||||
"[Residence] 权限系统未找到!");
|
||||
}
|
||||
|
||||
private void readConfig(FileConfiguration config) {
|
||||
@@ -149,8 +149,8 @@ public class PermissionManager {
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
System.out
|
||||
.println("[Residence] Error parsing group from config:"
|
||||
+ key + " Exception:" + ex);
|
||||
.println("[Residence] 错误 从配置文件读取:"
|
||||
+ key + " 抛出异常:" + ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -187,6 +187,7 @@ public class FlagPermissions {
|
||||
addMaterialToUseFlag(Material.DIODE_BLOCK_ON, "diode");
|
||||
addMaterialToUseFlag(Material.WORKBENCH, "table");
|
||||
addMaterialToUseFlag(Material.WOODEN_DOOR, "door");
|
||||
|
||||
/* 1.8 Doors */
|
||||
addMaterialToUseFlag(Material.SPRUCE_DOOR, "door");
|
||||
addMaterialToUseFlag(Material.BIRCH_DOOR, "door");
|
||||
|
||||
@@ -1,49 +1,49 @@
|
||||
name: Residence
|
||||
main: com.bekvon.bukkit.residence.ResidenceCommandListener
|
||||
version: 2.7.0.0
|
||||
website: http://www.spigotmc.org/resources/residence-reloaded-1-8.2697/
|
||||
description: Cuboid Residence Plugin
|
||||
authors: [bekvon,nate302,t00thpick1,喵♂呜]
|
||||
contributors: [lemon42,smbarbour,inorixu,Shayana_fr]
|
||||
softdepend: [Vault,Essentials,RealPlugin,BOSEconomy,iConomy,bPermissions,PermissionsBukkit,Permissions,WorldEdit,My Worlds]
|
||||
commands:
|
||||
res:
|
||||
description: Manage Residences
|
||||
usage: §c使用/res ? 获取更多帮助.
|
||||
residence:
|
||||
description: Manage Residences
|
||||
usage: §c使用/residence ? 获取更多帮助.
|
||||
resadmin:
|
||||
description: Residence admin functions.
|
||||
usage: §c使用/res ? or /resadmin ? 获取更多帮助.
|
||||
resreload:
|
||||
description: 重载领地插件.
|
||||
usage: §c使用/resreload
|
||||
resload:
|
||||
description: 载入保存在配置文件的数据.
|
||||
usage: §c使用/resload
|
||||
rc:
|
||||
description: §c在领地频道聊天.
|
||||
usage: §c使用/rc 切换频道, 或者 /rc <message>发送消息.
|
||||
resworld:
|
||||
description: §c移除某个世界所有的领地.
|
||||
usage: §c使用/resworld remove [world] 移除世界所有领地.
|
||||
permissions:
|
||||
residence.admin:
|
||||
description: Gives you access to /resadmin
|
||||
default: op
|
||||
residence.admin.tp:
|
||||
description: Allows to override tp flag
|
||||
default: op
|
||||
residence.admin.move:
|
||||
description: Allows to override move flag
|
||||
default: op
|
||||
residence.create:
|
||||
description: Allows you to create residences
|
||||
default: op
|
||||
residence.select:
|
||||
description: Allows you to select an area to make residences
|
||||
default: op
|
||||
residence.versioncheck:
|
||||
description: Notice to new version after connect
|
||||
default: op
|
||||
name: Residence
|
||||
main: com.bekvon.bukkit.residence.ResidenceCommandListener
|
||||
version: 2.7.0.1
|
||||
website: http://www.spigotmc.org/resources/residence-reloaded-1-8.2697/
|
||||
description: Cuboid Residence Plugin
|
||||
authors: [bekvon,nate302,t00thpick1,喵♂呜]
|
||||
contributors: [lemon42,smbarbour,inorixu,Shayana_fr]
|
||||
softdepend: [Vault,Essentials,RealPlugin,BOSEconomy,iConomy,bPermissions,PermissionsBukkit,Permissions,WorldEdit,My Worlds]
|
||||
commands:
|
||||
res:
|
||||
description: Manage Residences
|
||||
usage: §c使用/res ? 获取更多帮助.
|
||||
residence:
|
||||
description: Manage Residences
|
||||
usage: §c使用/residence ? 获取更多帮助.
|
||||
resadmin:
|
||||
description: Residence admin functions.
|
||||
usage: §c使用/res ? or /resadmin ? 获取更多帮助.
|
||||
resreload:
|
||||
description: 重载领地插件.
|
||||
usage: §c使用/resreload
|
||||
resload:
|
||||
description: 载入保存在配置文件的数据.
|
||||
usage: §c使用/resload
|
||||
rc:
|
||||
description: §c在领地频道聊天.
|
||||
usage: §c使用/rc 切换频道, 或者 /rc <message>发送消息.
|
||||
resworld:
|
||||
description: §c移除某个世界所有的领地.
|
||||
usage: §c使用/resworld remove [world] 移除世界所有领地.
|
||||
permissions:
|
||||
residence.admin:
|
||||
description: Gives you access to /resadmin
|
||||
default: op
|
||||
residence.admin.tp:
|
||||
description: Allows to override tp flag
|
||||
default: op
|
||||
residence.admin.move:
|
||||
description: Allows to override move flag
|
||||
default: op
|
||||
residence.create:
|
||||
description: Allows you to create residences
|
||||
default: op
|
||||
residence.select:
|
||||
description: Allows you to select an area to make residences
|
||||
default: op
|
||||
residence.versioncheck:
|
||||
description: Notice to new version after connect
|
||||
default: op
|
||||
|
||||
Reference in New Issue
Block a user