mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-03 13:33:22 +01:00
commit
e08b8eda94
0
WorldSystem/.gitignore → .gitignore
vendored
0
WorldSystem/.gitignore → .gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="VcsDirectoryMappings">
|
<component name="VcsDirectoryMappings">
|
||||||
<mapping directory="" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
@ -1,38 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<classpath>
|
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
|
||||||
<attributes>
|
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
|
||||||
</attributes>
|
|
||||||
</classpathentry>
|
|
||||||
<classpathentry kind="src" output="target/classes" path="src/main/java">
|
|
||||||
<attributes>
|
|
||||||
<attribute name="optional" value="true"/>
|
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
|
||||||
</attributes>
|
|
||||||
</classpathentry>
|
|
||||||
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
|
|
||||||
<attributes>
|
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
|
||||||
</attributes>
|
|
||||||
</classpathentry>
|
|
||||||
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
|
||||||
<attributes>
|
|
||||||
<attribute name="optional" value="true"/>
|
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
|
||||||
<attribute name="test" value="true"/>
|
|
||||||
</attributes>
|
|
||||||
</classpathentry>
|
|
||||||
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
|
|
||||||
<attributes>
|
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
|
||||||
<attribute name="test" value="true"/>
|
|
||||||
</attributes>
|
|
||||||
</classpathentry>
|
|
||||||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
|
||||||
<attributes>
|
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
|
||||||
</attributes>
|
|
||||||
</classpathentry>
|
|
||||||
<classpathentry kind="output" path="target/classes"/>
|
|
||||||
</classpath>
|
|
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
|
|
||||||
<output url="file://$PROJECT_DIR$/out" />
|
|
||||||
</component>
|
|
||||||
</project>
|
|
@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ProjectModuleManager">
|
|
||||||
<modules>
|
|
||||||
<module fileurl="file://$PROJECT_DIR$/WorldSystem.iml" filepath="$PROJECT_DIR$/WorldSystem.iml" />
|
|
||||||
</modules>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
@ -1,277 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="ChangeListManager">
|
|
||||||
<list default="true" id="97a3c063-d1d2-4944-b5c0-38257b243326" name="Default" comment="" />
|
|
||||||
<ignored path="$PROJECT_DIR$/bin/" />
|
|
||||||
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
||||||
<option name="TRACKING_ENABLED" value="true" />
|
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
|
||||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
||||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
||||||
<option name="LAST_RESOLUTION" value="IGNORE" />
|
|
||||||
</component>
|
|
||||||
<component name="FileEditorManager">
|
|
||||||
<leaf>
|
|
||||||
<file leaf-file-name="WorldSystem.java" pinned="false" current-in-tab="true">
|
|
||||||
<entry file="file://$PROJECT_DIR$/src/de/butzlabben/world/WorldSystem.java">
|
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
|
||||||
<state relative-caret-position="272">
|
|
||||||
<caret line="57" column="39" lean-forward="true" selection-start-line="57" selection-start-column="39" selection-end-line="57" selection-end-column="39" />
|
|
||||||
</state>
|
|
||||||
</provider>
|
|
||||||
</entry>
|
|
||||||
</file>
|
|
||||||
</leaf>
|
|
||||||
</component>
|
|
||||||
<component name="ProjectFrameBounds">
|
|
||||||
<option name="x" value="260" />
|
|
||||||
<option name="y" value="20" />
|
|
||||||
<option name="width" value="1400" />
|
|
||||||
<option name="height" value="1000" />
|
|
||||||
</component>
|
|
||||||
<component name="ProjectView">
|
|
||||||
<navigator proportions="" version="1">
|
|
||||||
<foldersAlwaysOnTop value="true" />
|
|
||||||
</navigator>
|
|
||||||
<panes>
|
|
||||||
<pane id="ProjectPane">
|
|
||||||
<subPane>
|
|
||||||
<expand>
|
|
||||||
<path>
|
|
||||||
<item name="WorldSystem" type="b2602c69:ProjectViewProjectNode" />
|
|
||||||
<item name="WorldSystem" type="462c0819:PsiDirectoryNode" />
|
|
||||||
</path>
|
|
||||||
<path>
|
|
||||||
<item name="WorldSystem" type="b2602c69:ProjectViewProjectNode" />
|
|
||||||
<item name="WorldSystem" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
||||||
</path>
|
|
||||||
<path>
|
|
||||||
<item name="WorldSystem" type="b2602c69:ProjectViewProjectNode" />
|
|
||||||
<item name="WorldSystem" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="butzlabben" type="462c0819:PsiDirectoryNode" />
|
|
||||||
</path>
|
|
||||||
<path>
|
|
||||||
<item name="WorldSystem" type="b2602c69:ProjectViewProjectNode" />
|
|
||||||
<item name="WorldSystem" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="src" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="butzlabben" type="462c0819:PsiDirectoryNode" />
|
|
||||||
<item name="world" type="462c0819:PsiDirectoryNode" />
|
|
||||||
</path>
|
|
||||||
</expand>
|
|
||||||
<select />
|
|
||||||
</subPane>
|
|
||||||
</pane>
|
|
||||||
<pane id="AndroidView">
|
|
||||||
<subPane>
|
|
||||||
<expand>
|
|
||||||
<path>
|
|
||||||
<item name="WorldSystem" type="1abcf292:AndroidViewProjectNode" />
|
|
||||||
<item name="WorldSystem" type="e9137016:NonAndroidModuleNode" />
|
|
||||||
</path>
|
|
||||||
<path>
|
|
||||||
<item name="WorldSystem" type="1abcf292:AndroidViewProjectNode" />
|
|
||||||
<item name="WorldSystem" type="e9137016:NonAndroidModuleNode" />
|
|
||||||
<item name="java" type="f7eae187:NonAndroidSourceTypeNode" />
|
|
||||||
</path>
|
|
||||||
</expand>
|
|
||||||
<select />
|
|
||||||
</subPane>
|
|
||||||
</pane>
|
|
||||||
<pane id="Scope" />
|
|
||||||
<pane id="PackagesPane" />
|
|
||||||
</panes>
|
|
||||||
</component>
|
|
||||||
<component name="PropertiesComponent">
|
|
||||||
<property name="project.structure.last.edited" value="Modules" />
|
|
||||||
<property name="project.structure.proportion" value="0.0" />
|
|
||||||
<property name="project.structure.side.proportion" value="0.0" />
|
|
||||||
<property name="settings.editor.selected.configurable" value="preferences.general" />
|
|
||||||
</component>
|
|
||||||
<component name="RunDashboard">
|
|
||||||
<option name="ruleStates">
|
|
||||||
<list>
|
|
||||||
<RuleState>
|
|
||||||
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
||||||
</RuleState>
|
|
||||||
<RuleState>
|
|
||||||
<option name="name" value="StatusDashboardGroupingRule" />
|
|
||||||
</RuleState>
|
|
||||||
</list>
|
|
||||||
</option>
|
|
||||||
</component>
|
|
||||||
<component name="RunManager">
|
|
||||||
<configuration default="true" type="Application" factoryName="Application">
|
|
||||||
<option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
|
|
||||||
</configuration>
|
|
||||||
<configuration default="true" type="JUnit" factoryName="JUnit">
|
|
||||||
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
|
||||||
<option name="ALTERNATIVE_JRE_PATH" />
|
|
||||||
<option name="PACKAGE_NAME" />
|
|
||||||
<option name="MAIN_CLASS_NAME" />
|
|
||||||
<option name="METHOD_NAME" />
|
|
||||||
<option name="TEST_OBJECT" value="class" />
|
|
||||||
<option name="VM_PARAMETERS" value="-ea" />
|
|
||||||
<option name="PARAMETERS" />
|
|
||||||
<option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
|
|
||||||
<option name="PASS_PARENT_ENVS" value="true" />
|
|
||||||
<option name="TEST_SEARCH_SCOPE">
|
|
||||||
<value defaultName="singleModule" />
|
|
||||||
</option>
|
|
||||||
<patterns />
|
|
||||||
</configuration>
|
|
||||||
<configuration default="true" type="TestNG" factoryName="TestNG">
|
|
||||||
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
|
||||||
<option name="ALTERNATIVE_JRE_PATH" />
|
|
||||||
<option name="SUITE_NAME" />
|
|
||||||
<option name="PACKAGE_NAME" />
|
|
||||||
<option name="MAIN_CLASS_NAME" />
|
|
||||||
<option name="METHOD_NAME" />
|
|
||||||
<option name="GROUP_NAME" />
|
|
||||||
<option name="TEST_OBJECT" value="CLASS" />
|
|
||||||
<option name="VM_PARAMETERS" value="-ea" />
|
|
||||||
<option name="PARAMETERS" />
|
|
||||||
<option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
|
|
||||||
<option name="OUTPUT_DIRECTORY" />
|
|
||||||
<option name="PASS_PARENT_ENVS" value="true" />
|
|
||||||
<option name="TEST_SEARCH_SCOPE">
|
|
||||||
<value defaultName="singleModule" />
|
|
||||||
</option>
|
|
||||||
<option name="USE_DEFAULT_REPORTERS" value="false" />
|
|
||||||
<option name="PROPERTIES_FILE" />
|
|
||||||
<properties />
|
|
||||||
<listeners />
|
|
||||||
</configuration>
|
|
||||||
</component>
|
|
||||||
<component name="SvnConfiguration">
|
|
||||||
<configuration />
|
|
||||||
</component>
|
|
||||||
<component name="TaskManager">
|
|
||||||
<task active="true" id="Default" summary="Default task">
|
|
||||||
<changelist id="97a3c063-d1d2-4944-b5c0-38257b243326" name="Default" comment="" />
|
|
||||||
<created>1524410861721</created>
|
|
||||||
<option name="number" value="Default" />
|
|
||||||
<option name="presentableId" value="Default" />
|
|
||||||
<updated>1524410861721</updated>
|
|
||||||
</task>
|
|
||||||
<servers />
|
|
||||||
</component>
|
|
||||||
<component name="ToolWindowManager">
|
|
||||||
<frame x="260" y="20" width="1400" height="1000" extended-state="0" />
|
|
||||||
<layout>
|
|
||||||
<window_info anchor="right" id="Palette" />
|
|
||||||
<window_info anchor="bottom" id="TODO" order="6" />
|
|
||||||
<window_info anchor="right" id="Palette	" />
|
|
||||||
<window_info id="Image Layers" />
|
|
||||||
<window_info anchor="right" id="Capture Analysis" />
|
|
||||||
<window_info anchor="bottom" id="Event Log" side_tool="true" />
|
|
||||||
<window_info anchor="right" id="Maven Projects" />
|
|
||||||
<window_info anchor="bottom" id="Run" order="2" />
|
|
||||||
<window_info anchor="bottom" id="Version Control" show_stripe_button="false" />
|
|
||||||
<window_info anchor="bottom" id="Terminal" />
|
|
||||||
<window_info id="Capture Tool" />
|
|
||||||
<window_info id="Designer" />
|
|
||||||
<window_info active="true" content_ui="combo" id="Project" order="0" visible="true" weight="0.25" />
|
|
||||||
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
|
|
||||||
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
|
|
||||||
<window_info id="UI Designer" />
|
|
||||||
<window_info anchor="right" id="Theme Preview" />
|
|
||||||
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
|
|
||||||
<window_info id="Favorites" side_tool="true" />
|
|
||||||
<window_info anchor="bottom" id="Find" order="1" />
|
|
||||||
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
|
|
||||||
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
|
|
||||||
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
|
|
||||||
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
|
|
||||||
<window_info anchor="bottom" id="Message" order="0" />
|
|
||||||
</layout>
|
|
||||||
</component>
|
|
||||||
<component name="VcsContentAnnotationSettings">
|
|
||||||
<option name="myLimit" value="2678400000" />
|
|
||||||
</component>
|
|
||||||
<component name="editorHistoryManager">
|
|
||||||
<entry file="file://$PROJECT_DIR$/src/de/butzlabben/world/WorldSystem.java">
|
|
||||||
<provider selected="true" editor-type-id="text-editor">
|
|
||||||
<state relative-caret-position="272">
|
|
||||||
<caret line="57" column="39" lean-forward="true" selection-start-line="57" selection-start-column="39" selection-end-line="57" selection-end-column="39" />
|
|
||||||
</state>
|
|
||||||
</provider>
|
|
||||||
</entry>
|
|
||||||
</component>
|
|
||||||
<component name="masterDetails">
|
|
||||||
<states>
|
|
||||||
<state key="ArtifactsStructureConfigurable.UI">
|
|
||||||
<settings>
|
|
||||||
<artifact-editor />
|
|
||||||
<splitter-proportions>
|
|
||||||
<option name="proportions">
|
|
||||||
<list>
|
|
||||||
<option value="0.2" />
|
|
||||||
</list>
|
|
||||||
</option>
|
|
||||||
</splitter-proportions>
|
|
||||||
</settings>
|
|
||||||
</state>
|
|
||||||
<state key="FacetStructureConfigurable.UI">
|
|
||||||
<settings>
|
|
||||||
<last-edited>No facets are configured</last-edited>
|
|
||||||
<splitter-proportions>
|
|
||||||
<option name="proportions">
|
|
||||||
<list>
|
|
||||||
<option value="0.2" />
|
|
||||||
</list>
|
|
||||||
</option>
|
|
||||||
</splitter-proportions>
|
|
||||||
</settings>
|
|
||||||
</state>
|
|
||||||
<state key="GlobalLibrariesConfigurable.UI">
|
|
||||||
<settings>
|
|
||||||
<splitter-proportions>
|
|
||||||
<option name="proportions">
|
|
||||||
<list>
|
|
||||||
<option value="0.2" />
|
|
||||||
</list>
|
|
||||||
</option>
|
|
||||||
</splitter-proportions>
|
|
||||||
</settings>
|
|
||||||
</state>
|
|
||||||
<state key="JdkListConfigurable.UI">
|
|
||||||
<settings>
|
|
||||||
<last-edited>1.8</last-edited>
|
|
||||||
<splitter-proportions>
|
|
||||||
<option name="proportions">
|
|
||||||
<list>
|
|
||||||
<option value="0.2" />
|
|
||||||
</list>
|
|
||||||
</option>
|
|
||||||
</splitter-proportions>
|
|
||||||
</settings>
|
|
||||||
</state>
|
|
||||||
<state key="ModuleStructureConfigurable.UI">
|
|
||||||
<settings>
|
|
||||||
<last-edited>WorldSystem</last-edited>
|
|
||||||
<splitter-proportions>
|
|
||||||
<option name="proportions">
|
|
||||||
<list>
|
|
||||||
<option value="0.2" />
|
|
||||||
<option value="0.6" />
|
|
||||||
</list>
|
|
||||||
</option>
|
|
||||||
</splitter-proportions>
|
|
||||||
</settings>
|
|
||||||
</state>
|
|
||||||
<state key="ProjectLibrariesConfigurable.UI">
|
|
||||||
<settings>
|
|
||||||
<splitter-proportions>
|
|
||||||
<option name="proportions">
|
|
||||||
<list>
|
|
||||||
<option value="0.2" />
|
|
||||||
</list>
|
|
||||||
</option>
|
|
||||||
</splitter-proportions>
|
|
||||||
</settings>
|
|
||||||
</state>
|
|
||||||
</states>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
@ -1,29 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<projectDescription>
|
|
||||||
<name>WorldSystem</name>
|
|
||||||
<comment></comment>
|
|
||||||
<projects>
|
|
||||||
</projects>
|
|
||||||
<buildSpec>
|
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
<buildCommand>
|
|
||||||
<name>net.sourceforge.metrics.builder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
</buildSpec>
|
|
||||||
<natures>
|
|
||||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
|
||||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
|
||||||
<nature>net.sourceforge.metrics.nature</nature>
|
|
||||||
</natures>
|
|
||||||
</projectDescription>
|
|
@ -1,12 +0,0 @@
|
|||||||
eclipse.preferences.version=1
|
|
||||||
encoding//src/main/java=UTF-8
|
|
||||||
encoding//src/main/java/de/butzlabben/world/WorldSystem.java=UTF-8
|
|
||||||
encoding//src/main/java/de/butzlabben/world/command/WSCommand.java=UTF-8
|
|
||||||
encoding//src/main/java/de/butzlabben/world/config/GuiConfig.java=Cp1252
|
|
||||||
encoding//src/main/java/de/butzlabben/world/config/PluginConfig.java=Cp1252
|
|
||||||
encoding//src/main/java/de/butzlabben/world/gui/clicklistener/ComingSoonClickListener.java=Cp1252
|
|
||||||
encoding//src/main/java/de/butzlabben/world/wrapper/SystemWorld.java=Cp1252
|
|
||||||
encoding//src/main/resources=UTF-8
|
|
||||||
encoding//src/test/java=UTF-8
|
|
||||||
encoding//src/test/resources=UTF-8
|
|
||||||
encoding/<project>=UTF-8
|
|
@ -1,13 +0,0 @@
|
|||||||
eclipse.preferences.version=1
|
|
||||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
|
||||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
|
|
||||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
|
||||||
org.eclipse.jdt.core.compiler.compliance=1.8
|
|
||||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
|
||||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
|
||||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
|
||||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
|
||||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
|
||||||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
|
|
||||||
org.eclipse.jdt.core.compiler.release=disabled
|
|
||||||
org.eclipse.jdt.core.compiler.source=1.8
|
|
@ -1,94 +0,0 @@
|
|||||||
##########################################################################
|
|
||||||
### __ __ __ _______ __ ###
|
|
||||||
### \ \ / / / / / / ___/ / / ###
|
|
||||||
### \ \ __ / /___ ___/ /___/ / /____ ______/ /______________ ###
|
|
||||||
### \ \ / \ / / __ \/ _/ / __ /__ / / / / __/ __/ ___/ _ _ / ###
|
|
||||||
### \ \/ /\ \/ / /_/ / // / /_/ /__/ / /_/ /_ / /_/ ___/ // // / ###
|
|
||||||
### \__/ \__/\____/_//_/\__,_/____/\__, /___/\__/\___/_//_//_/ ###
|
|
||||||
### ___/ / ###
|
|
||||||
### \___/ ###
|
|
||||||
##########################################################################
|
|
||||||
|
|
||||||
# Path where the worlds will be saved
|
|
||||||
worldfolder: 'plugins/WorldSystem/Worlds'
|
|
||||||
|
|
||||||
# Name of the template world
|
|
||||||
worldsource: ''
|
|
||||||
|
|
||||||
# If a confirm is needed before auto-update
|
|
||||||
need_confirm: true
|
|
||||||
|
|
||||||
# When nobody is on a world time until it get unloaded
|
|
||||||
unloadingtime: 20
|
|
||||||
|
|
||||||
# If true nobody can teleport or change their gamemode a WorldSystem world
|
|
||||||
# Except for players with the permissions: ws.gamemode | ws.tp.*
|
|
||||||
survival: false
|
|
||||||
|
|
||||||
# If true players will teleported to the spawn on join
|
|
||||||
spawn_teleportation: true
|
|
||||||
|
|
||||||
# Time in seconds until a request expires
|
|
||||||
request_expires: 20
|
|
||||||
|
|
||||||
# Name of the languagefile in plugins/WorldSystem/messages/
|
|
||||||
language: en
|
|
||||||
|
|
||||||
# Prefix which will be shown before each message
|
|
||||||
prefix: '&8[&3WorldSystem&8] &6'
|
|
||||||
|
|
||||||
# Time in days after a not used world will be deleted
|
|
||||||
# Set to -1 to disable
|
|
||||||
delete_after: -1
|
|
||||||
|
|
||||||
# Whether WorldSystem should contact the Mojang authserver
|
|
||||||
# If not, some unknown playernames will not be displayed
|
|
||||||
# eg. in the gui or in /ws info
|
|
||||||
contact_authserver: true
|
|
||||||
|
|
||||||
# Options for the LagSystem:
|
|
||||||
# period_in_seconds - how often will be checked for entities in seconds
|
|
||||||
# entities_per_world - maximal allowed entities per world
|
|
||||||
# garbagecollector - how often will be unused ram be cleared
|
|
||||||
lagsystem:
|
|
||||||
period_in_seconds: 10
|
|
||||||
entities_per_world: 350
|
|
||||||
garbagecollector:
|
|
||||||
use: false
|
|
||||||
period_in_minutes: 5
|
|
||||||
|
|
||||||
# Options for random world generation
|
|
||||||
worldgeneration:
|
|
||||||
# A seed for worldgeneration
|
|
||||||
# Set it to 0 for no seed-useage
|
|
||||||
seed: 0
|
|
||||||
# Environment for the world
|
|
||||||
# Valid inputs are 'NORMAL', 'NETHER' and 'THE_END'
|
|
||||||
environment: NORMAL
|
|
||||||
# Type of the world eg. flat, amplified, ...
|
|
||||||
# Valid types are 'NORMAL', 'VERSION_1_1', 'FLAT', 'AMPLIFIED', 'CUSTOMIZED' or 'LARGE_BIOMES'
|
|
||||||
type: NORMAL
|
|
||||||
# Put in here the name of a generator
|
|
||||||
# If you have one from one plugin
|
|
||||||
generator: ''
|
|
||||||
|
|
||||||
# Location where you will be teleported when you leave you world
|
|
||||||
spawn:
|
|
||||||
gamemode: 2
|
|
||||||
spawnpoint:
|
|
||||||
world: world
|
|
||||||
x: 0
|
|
||||||
y: 20
|
|
||||||
z: 0
|
|
||||||
yaw: 0
|
|
||||||
pitch: 0
|
|
||||||
|
|
||||||
# Location where you spawn when you join a world
|
|
||||||
worldspawn:
|
|
||||||
use: false
|
|
||||||
spawnpoint:
|
|
||||||
x: 0
|
|
||||||
y: 20
|
|
||||||
z: 0
|
|
||||||
yaw: 0
|
|
||||||
pitch: 0
|
|
@ -1,83 +0,0 @@
|
|||||||
nopermission: "&cDu besitzt keine Berechtigungen!"
|
|
||||||
unknown_error: "&cEtwas lief schief..."
|
|
||||||
lagdetection: "Lags in Welt: &c%world"
|
|
||||||
wrong_usage: "&c%usage"
|
|
||||||
not_registered: "&cDieser Spieler war noch nie auf dem Server"
|
|
||||||
|
|
||||||
world:
|
|
||||||
reseted: "Deine Welt wurde zur\u00fcckgesetzt!"
|
|
||||||
still_loaded: "&cDeine Welt ist noch geladen!"
|
|
||||||
not_on: "&cDu bist auf keiner Welt!"
|
|
||||||
created: "Deine Welt ist nun bereit. Nutze &a/ws home"
|
|
||||||
already_exists: "&cDu besitzt bereits eine Welt!"
|
|
||||||
delete:
|
|
||||||
own: "&cDeine Welt wurde entfernt!"
|
|
||||||
other: "Die Welt von &c%player&6 wurde entfernt!"
|
|
||||||
does_not_exists:
|
|
||||||
own: "&cDu besitzt keine Welt!"
|
|
||||||
other: "&cDieser Spieler besitzt keine Welt!"
|
|
||||||
setting_up: "&aBereite Welt vor..."
|
|
||||||
playerlist: "Spieler in der Welt: %players"
|
|
||||||
still_creating: "&cWelt wird noch erstellt..."
|
|
||||||
set_home: "Du hast das Home gesetzt"
|
|
||||||
|
|
||||||
member:
|
|
||||||
removed: "Du hast &c%player&6 von deiner Welt entfernt!"
|
|
||||||
added: "Du hast &c%player&6 zu deiner Welt hinzugef\u00fcgt!"
|
|
||||||
already_added: "&cDer Spieler ist bereits Mitglied deiner Welt!"
|
|
||||||
not_added:
|
|
||||||
own: "&cDer Spieler ist kein Mitglied deiner Welt!"
|
|
||||||
other: "&cDu bist nicht zu der Welt hinzugef\u00fcgt!"
|
|
||||||
no_one_added: "&cEs sind keine Mitglieder hinzugefügt"
|
|
||||||
|
|
||||||
request:
|
|
||||||
expired: "&cDeine Anfrage ist ausgelaufen!"
|
|
||||||
confirm: "&cBitte bestätige das Zur\u00fccksetzen: %command"
|
|
||||||
until_expire: "&cDeine Anfrage l\u00e4uft in %time Sekunden aus!"
|
|
||||||
already_sent: "&cDu hast bereits eine Anfrage gesendet!"
|
|
||||||
not_sent: "&cDu hast keine Anfrage gesendet!"
|
|
||||||
invalid_input: "&c%input ist eine ung\u00fcltige Eingabe!"
|
|
||||||
|
|
||||||
toggle:
|
|
||||||
gamemode:
|
|
||||||
enabled: "&a%player&6 kann nun seinen Spielmodus \u00e4ndern!"
|
|
||||||
disabled: "&c%player&6 kann seinen Spielmodus nicht mehr \u00e4ndern!"
|
|
||||||
teleport:
|
|
||||||
enabled: "&a%player&6 kann sich nun teleportieren!"
|
|
||||||
disabled: "&c%player&6 kann sich nicht l\u00e4nger teleportieren!"
|
|
||||||
build:
|
|
||||||
enabled: "&a%player&6 kann nun bauen!"
|
|
||||||
disabled: "&c%player&6 kann nicht mehr bauen!"
|
|
||||||
fire:
|
|
||||||
enabled: "&aFeuer aktiviert!"
|
|
||||||
disabled: "&cFeuer deaktiviert!"
|
|
||||||
tnt:
|
|
||||||
enabled: "&aTNT-Schaden aktiviert!"
|
|
||||||
disabled: "&cTNT-Schaden deaktiviert!"
|
|
||||||
|
|
||||||
info:
|
|
||||||
owner: "Eigent\u00fcmer: %data"
|
|
||||||
id: "ID: %data"
|
|
||||||
member: "Mitglieder: %data"
|
|
||||||
tnt: "TNT: %data"
|
|
||||||
fire: "Feuer: %data"
|
|
||||||
enabled: "&aAn"
|
|
||||||
disabled: "&cAus"
|
|
||||||
|
|
||||||
command_help:
|
|
||||||
list:
|
|
||||||
- "/ws get &8- &7Gibt dir eine Welt"
|
|
||||||
- "/ws home &8- &7Teleportiert dich auf deine Welt"
|
|
||||||
- "/ws sethome &8- &7Setzt ein bestimmtes Home"
|
|
||||||
- "/ws gui &8- &7\u00f6ffnets das GUI-Menu wenn du der Weltenbesitzer bist"
|
|
||||||
- "/ws tp &8- &7Teleportiert dich auf eine bestimmte Welt"
|
|
||||||
- "/ws addmember &8- &7F\u00fcgt jemanden zu deiner Welt hinzu"
|
|
||||||
- "/ws delmember&8 - &7Entfernt jemanden von deiner Welt"
|
|
||||||
- "/ws tnt &8- &7Erlaubt/Verbietet TNT auf deiner Welt"
|
|
||||||
- "/ws fire &8- &7Erlaubt/Verbietet Feuer auf deiner Welt"
|
|
||||||
- "/ws togglegm &8- &7Erlaubt/Verbietet einem Spieler den Spielmodus zu wechseln"
|
|
||||||
- "/ws togglebuild &8- &7Erlaubt/Verbietet einem Spieler zu bauen"
|
|
||||||
- "/ws toggletp &8- &7Erlaubt/Verbietet einem Spieler sich zu teleportieren"
|
|
||||||
- "/ws info &8- &7Zeigt Informationen \u00fcber die Welt"
|
|
||||||
- "/ws reset &8- &7Setzt deine Welt zur\u00fcck"
|
|
||||||
delete_command: "/ws delete &8- &7L\u00f6scht eine Welt"
|
|
@ -1,84 +0,0 @@
|
|||||||
nopermission: "&cYou do not have permission to that command!"
|
|
||||||
unknown_error: "&cSomething went wrong..."
|
|
||||||
lagdetection: "Lagdetection in world: &c%world"
|
|
||||||
wrong_usage: "&c%usage"
|
|
||||||
not_registered: "&cThis player hasn't joined yet!"
|
|
||||||
|
|
||||||
world:
|
|
||||||
reseted: "You would was reset!"
|
|
||||||
still_loaded: "&cYour world is still loaded!"
|
|
||||||
not_on: "&cYou are not on a world!"
|
|
||||||
created: "Your world is now ready. Get there with &a/ws home"
|
|
||||||
already_exists: "&cYou already have a world!"
|
|
||||||
delete:
|
|
||||||
own: "&cYour world was deleted!"
|
|
||||||
other: "You deleted the world of &c%player&6!"
|
|
||||||
does_not_exists:
|
|
||||||
own: "&cYou don't have a world!"
|
|
||||||
other: "&cThis player doesn't has a world!"
|
|
||||||
setting_up: "&aLoading world..."
|
|
||||||
playerlist: "Players in this world: %players"
|
|
||||||
still_creating: "&cWorld is still creating"
|
|
||||||
set_home: "You set the home"
|
|
||||||
|
|
||||||
member:
|
|
||||||
removed: "You removed &c%player&6 from your world!"
|
|
||||||
added: "You have added &c%player&6 to your world!"
|
|
||||||
already_added: "&cThis player is already a member!"
|
|
||||||
not_added:
|
|
||||||
own: "&cThis player isn't a member!"
|
|
||||||
other: "&cYou have not been added to this world!"
|
|
||||||
no_one_added: "&cThere are no members added"
|
|
||||||
|
|
||||||
request:
|
|
||||||
expired: "&cYour request has expired!"
|
|
||||||
confirm: "WARNING - Please confirm reset of your world: %command"
|
|
||||||
until_expire: "&cYour request expires in %time seconds!"
|
|
||||||
already_sent: "&cYou already sent a request!"
|
|
||||||
not_sent: "&cYou have not sent a request!"
|
|
||||||
invalid_input: "&c%input is not a valid request!"
|
|
||||||
|
|
||||||
toggle:
|
|
||||||
gamemode:
|
|
||||||
enabled: "&a%player&6 can now change their gamemode!"
|
|
||||||
disabled: "&c%player&6 can no longer change their gamemode!"
|
|
||||||
teleport:
|
|
||||||
enabled: "&a%player&6 can now teleport!"
|
|
||||||
disabled: "&c%player&6 can no longer teleport!"
|
|
||||||
build:
|
|
||||||
enabled: "&a%player&6 can now build!"
|
|
||||||
disabled: "&c%player&6 can no longer build!"
|
|
||||||
fire:
|
|
||||||
enabled: "&aYou activated fire!"
|
|
||||||
disabled: "&cYou deactivated fire!"
|
|
||||||
tnt:
|
|
||||||
enabled: "&aYou activated TNT-Damage!"
|
|
||||||
disabled: "&cYou deactivated TNT-Damage!"
|
|
||||||
|
|
||||||
info:
|
|
||||||
owner: "Owner: %data"
|
|
||||||
id: "ID: %data"
|
|
||||||
member: "Member: %data"
|
|
||||||
tnt: "TNT: %data"
|
|
||||||
fire: "Fire: %data"
|
|
||||||
enabled: "&aOn"
|
|
||||||
disabled: "&cOff"
|
|
||||||
|
|
||||||
command_help:
|
|
||||||
list:
|
|
||||||
- "/ws get &8- &7Will give you a world"
|
|
||||||
- "/ws home &8- &7Teleports you on your world"
|
|
||||||
- "/ws sethome &8- &7Sets a specific home"
|
|
||||||
- "/ws gui &8- &7Opens the GUI menu if you are the world owner"
|
|
||||||
- "/ws tp &8- &7Teleports you on a specific world"
|
|
||||||
- "/ws addmember &8- &7Adds a player to your world"
|
|
||||||
- "/ws delmember &8- &7Removes a player from your world"
|
|
||||||
- "/ws leave &8- &7Leave a world"
|
|
||||||
- "/ws tnt &8- &7Allows/Denies TNT on your world"
|
|
||||||
- "/ws fire &8- &7Allows/Denies Fire on your world"
|
|
||||||
- "/ws togglegm &8- &7Allows/Denies a player changing gamemode"
|
|
||||||
- "/ws togglebuild &8- &7Allows/Denies a player building on your world"
|
|
||||||
- "/ws toggletp &8- &7Allows/Denies a player teleporting on your world"
|
|
||||||
- "/ws info &8- &7Shows information about the world"
|
|
||||||
- "/ws reset &8- &7Will reset your world"
|
|
||||||
delete_command: "/ws delete &8- &7Will delete a world"
|
|
@ -1,84 +0,0 @@
|
|||||||
nopermission: "&cNo tienes permiso."
|
|
||||||
unknown_error: "&cAlgo salio mal..."
|
|
||||||
lagdetection: "Deteccion de lag en el mundo: &c%world"
|
|
||||||
wrong_usage: "&c%usage"
|
|
||||||
not_registered: "&cEse jugador no existe."
|
|
||||||
|
|
||||||
world:
|
|
||||||
reseted: "Tu mundo ha sido reiniciado."
|
|
||||||
still_loaded: "&cTu mundo aun esta cargando."
|
|
||||||
not_on: "&cNo estas en un mundo."
|
|
||||||
created: "Tu mundo esta listo. Ve a el con &a/ws home&6."
|
|
||||||
already_exists: "&cYa tienes un mundo."
|
|
||||||
delete:
|
|
||||||
own: "&cTu mundo ha sido eliminado"
|
|
||||||
other: "Has eliminado el mundo de &c%player&6."
|
|
||||||
does_not_exists:
|
|
||||||
own: "&cNo tienes un mundo."
|
|
||||||
other: "&cEse jugador no tiene un mundo."
|
|
||||||
setting_up: "&aConfigurando el mundo..."
|
|
||||||
playerlist: "Jugadores en este mundo: %players"
|
|
||||||
still_creating: "&cWorld is still creating"
|
|
||||||
set_home: "You set the home"
|
|
||||||
|
|
||||||
member:
|
|
||||||
removed: "Has eliminado a &c%player&6 de tu mundo."
|
|
||||||
added: "Has agregado a &c%player&6 a tu mundo."
|
|
||||||
already_added: "&cEse jugador ya es miembro de tu mundo."
|
|
||||||
not_added:
|
|
||||||
own: "&cEse jugador no es miembro de tu mundo."
|
|
||||||
other: "&cNo estas agregado a este mundo."
|
|
||||||
no_one_added: "&cThere are no members added"
|
|
||||||
|
|
||||||
request:
|
|
||||||
expired: "&cTu solicitud ha expirado."
|
|
||||||
confirm: "&cPor favor confirma el reinicio de tu mundo con: %command"
|
|
||||||
until_expire: "&cTu solicitud expira en %time segundos."
|
|
||||||
already_sent: "&cYa has enviado una solicitud."
|
|
||||||
not_sent: "&cNo has enviado una solicitud."
|
|
||||||
invalid_input: "&c%input no es una entrada valida."
|
|
||||||
|
|
||||||
toggle:
|
|
||||||
gamemode:
|
|
||||||
enabled: "&a%player&6 ahora puede cambiar su modo de juego."
|
|
||||||
disabled: "&c%player&6 ya no puede cambiar su modo de juego."
|
|
||||||
teleport:
|
|
||||||
enabled: "&a%player&6 ahora puede teletransportarse."
|
|
||||||
disabled: "&c%player&6 ya no puede teletransportarse."
|
|
||||||
build:
|
|
||||||
enabled: "&a%player&6 ahora puede construir."
|
|
||||||
disabled: "&c%player&6 ya no puede construir"
|
|
||||||
fire:
|
|
||||||
enabled: "&aHas activado el fuego."
|
|
||||||
disabled: "&cHas desactivado el fuego."
|
|
||||||
tnt:
|
|
||||||
enabled: "&aHas activado la TNT."
|
|
||||||
disabled: "&cHas desactivado la TNT."
|
|
||||||
|
|
||||||
info:
|
|
||||||
owner: "Propietario: %data"
|
|
||||||
id: "ID: %data"
|
|
||||||
member: "Miembros: %data"
|
|
||||||
tnt: "TNT: %data"
|
|
||||||
fire: "Fuego: %data"
|
|
||||||
enabled: "&aSi"
|
|
||||||
disabled: "&cNo"
|
|
||||||
|
|
||||||
command_help:
|
|
||||||
list:
|
|
||||||
- "/ws get &8- &7Obten tu mundo"
|
|
||||||
- "/ws home &8- &7Ve a tu mundo"
|
|
||||||
- "/ws sethome &8- &7Sets a specific home"
|
|
||||||
- "/ws gui &8- &7Abre el menu de tu mundo"
|
|
||||||
- "/ws tp &8- &7Ve a un mundo especifico"
|
|
||||||
- "/ws addmember &8- &7Agrega jugadores a tu mundo"
|
|
||||||
- "/ws delmember &8- &7Elimina jugadores de tu mundo"
|
|
||||||
- "/ws leave &8- &7Salir de un mundo"
|
|
||||||
- "/ws tnt &8- &7Activa/Desactiva la TNT en tu mundo"
|
|
||||||
- "/ws fire &8- &7Activa/Desactiva el FUEGO en tu mundo"
|
|
||||||
- "/ws togglegm &8- &7Activa/Desactiva el cambio de modo"
|
|
||||||
- "/ws togglebuild &8- &7Activa/Desactiva la construccion"
|
|
||||||
- "/ws toggletp &8- &7Activa/Desactiva la teletransportacion"
|
|
||||||
- "/ws info &8- &7Muestra informacion del mundo"
|
|
||||||
- "/ws reset &8- &7Reinicia tu mundo"
|
|
||||||
delete_command: "/ws delete &8- &7Elimina tu mundo"
|
|
@ -1,84 +0,0 @@
|
|||||||
nopermission: "&cNie posiadasz uprawnień do tego!"
|
|
||||||
unknown_error: "&cCoś poszło nie tak..."
|
|
||||||
lagdetection: "Wykryto laga na świecie: &c%world"
|
|
||||||
wrong_usage: "&c%usage"
|
|
||||||
not_registered: "&cTen gracz nie dołączył jeszcze na serwer!"
|
|
||||||
|
|
||||||
world:
|
|
||||||
reseted: "Twój świat został zresetowany!"
|
|
||||||
still_loaded: "&cTwój serwer wciąż się ładuje!"
|
|
||||||
not_on: "&cNie jesteś na swoim świecie!"
|
|
||||||
created: "Twój świat jest gotowy. Dostań się na niego za pomocą &a/ws home"
|
|
||||||
already_exists: "&cJuż posiadasz swój świat!"
|
|
||||||
delete:
|
|
||||||
own: "&cTwój świat został skasowany!"
|
|
||||||
other: "Usunąłeś świat gracza: &c%player&6!"
|
|
||||||
does_not_exists:
|
|
||||||
own: "&cNie masz swojego świata!"
|
|
||||||
other: "&cTen gracz nie ma swojego świata!"
|
|
||||||
setting_up: "&aUstawianie świata..."
|
|
||||||
playerlist: "Gracze na tym świecie: %players"
|
|
||||||
still_creating: "&cWorld is still creating"
|
|
||||||
set_home: "You set the home"
|
|
||||||
|
|
||||||
member:
|
|
||||||
removed: "Usunąłeś &c%player&6 ze swojego świata!"
|
|
||||||
added: "Dodałeś &c%player&6 na swój świat!"
|
|
||||||
already_added: "&cTen gracz jest już dodany na Twoim świecie!"
|
|
||||||
not_added:
|
|
||||||
own: "&cTen gracz nie jest dodany do Twojego świata!"
|
|
||||||
other: "&cNie jesteś dodany na ten świat!"
|
|
||||||
no_one_added: "&cThere are no members added"
|
|
||||||
|
|
||||||
request:
|
|
||||||
expired: "&cTwoja prośba wygasła!"
|
|
||||||
confirm: "&cPotwierdź zresetowanie swojego świata komendą: %command"
|
|
||||||
until_expire: "&cTwója prośba wygaśnie za %time sek.!"
|
|
||||||
already_sent: "&cJuż wysłałeś prośbę!"
|
|
||||||
not_sent: "&cNie wysłałeś prośby!"
|
|
||||||
invalid_input: "&c%input nie jest poprawnym argumentem komendy!"
|
|
||||||
|
|
||||||
toggle:
|
|
||||||
gamemode:
|
|
||||||
enabled: "&a%player&6 może teraz zmienić swój gamemode!"
|
|
||||||
disabled: "&c%player&6 nie może już zmienić swojego gamemode!"
|
|
||||||
teleport:
|
|
||||||
enabled: "&a%player&6 może teleportować się!"
|
|
||||||
disabled: "&c%player&6 nie może teleportować się!"
|
|
||||||
build:
|
|
||||||
enabled: "&a%player&6 może budować!"
|
|
||||||
disabled: "&c%player&6 nie może już budować!"
|
|
||||||
fire:
|
|
||||||
enabled: "&aWłączyłeś ogień!"
|
|
||||||
disabled: "&cWyłączyłeś ogień!"
|
|
||||||
tnt:
|
|
||||||
enabled: "&aWłączyłeś obrażenia od TNT!"
|
|
||||||
disabled: "&cWyłączyłeś obrażenia od TNT!"
|
|
||||||
|
|
||||||
info:
|
|
||||||
owner: "Właściciel: %data"
|
|
||||||
id: "ID: %data"
|
|
||||||
member: "Członek: %data"
|
|
||||||
tnt: "TNT: %data"
|
|
||||||
fire: "Ogień: %data"
|
|
||||||
enabled: "&aWłączone"
|
|
||||||
disabled: "&cWyłączone"
|
|
||||||
|
|
||||||
command_help:
|
|
||||||
list:
|
|
||||||
- "/ws get &8- &7Tworzy Twój świat"
|
|
||||||
- "/ws home &8- &7Teleportuje Cie na Twój świat"
|
|
||||||
- "/ws sethome &8- &7Sets a specific home"
|
|
||||||
- "/ws gui &8- &7Otwiera GUI świata jeżeli jesteś jego właścicielem"
|
|
||||||
- "/ws tp &8- &7Teleportuje Cie na określony świat"
|
|
||||||
- "/ws addmember &8- &7Dodaj gracza na swój świat"
|
|
||||||
- "/ws delmember &8- &7Usuń gracza ze swojego świata"
|
|
||||||
- "/ws leave &8- &7Opuść świat"
|
|
||||||
- "/ws tnt &8- &7Zezwól/Odmów TNT na swoim świecie"
|
|
||||||
- "/ws fire &8- &7Zezwól/Odmów Ogień na swoim świecie"
|
|
||||||
- "/ws togglegm &8- &7Zezwól/Odmów graczowi zmieniać swój gamemode"
|
|
||||||
- "/ws togglebuild &8- &7Zezwól/Odmów graczowi budowanie"
|
|
||||||
- "/ws toggletp &8- &7Zezwól/Odmów graczowi teleportowanie się"
|
|
||||||
- "/ws info &8- &7Pokazuje informacje o świecie"
|
|
||||||
- "/ws reset &8- &7Zresetuje Twój świat"
|
|
||||||
delete_command: "/ws delete &8- &7Usunie Twój świat"
|
|
@ -1,119 +0,0 @@
|
|||||||
name: WorldSystem
|
|
||||||
version: 2.3.1.4
|
|
||||||
author: Butzlabben
|
|
||||||
main: de.butzlabben.world.WorldSystem
|
|
||||||
|
|
||||||
api-version: 1.13
|
|
||||||
|
|
||||||
loadbefore: [FastAsyncWorldEdit, WorldEdit]
|
|
||||||
|
|
||||||
commands:
|
|
||||||
ws:
|
|
||||||
description: Commands for WorldSystem
|
|
||||||
usage: /ws
|
|
||||||
ws get:
|
|
||||||
usage: /ws get
|
|
||||||
permission: ws.get
|
|
||||||
ws help:
|
|
||||||
usage: /ws help
|
|
||||||
ws home:
|
|
||||||
usage: /ws home
|
|
||||||
ws sethome:
|
|
||||||
usage: /ws sethome
|
|
||||||
permission: ws.sethome
|
|
||||||
ws addmember:
|
|
||||||
usage: /ws addmember <player>
|
|
||||||
ws delmember:
|
|
||||||
usage: /ws delmember <player>
|
|
||||||
ws leave:
|
|
||||||
usage: /ws leave
|
|
||||||
ws tp:
|
|
||||||
usage: /ws tp <target>
|
|
||||||
ws tnt:
|
|
||||||
usage: /ws tnt
|
|
||||||
ws fire:
|
|
||||||
usage: /ws fire
|
|
||||||
ws info:
|
|
||||||
usage: /ws info
|
|
||||||
ws togglebuild:
|
|
||||||
usage: /ws togglebuild <player>
|
|
||||||
ws togglegm:
|
|
||||||
usage: /ws togglegm <player>
|
|
||||||
ws toggletp:
|
|
||||||
usage: /ws toggletp <player>
|
|
||||||
ws reset:
|
|
||||||
usage: /ws reset
|
|
||||||
ws gui:
|
|
||||||
usage: /ws gui
|
|
||||||
ws delete:
|
|
||||||
usage: /ws delete <player>
|
|
||||||
permission: ws.delete
|
|
||||||
ws confirm:
|
|
||||||
usage: /ws confirm
|
|
||||||
permission: ws.confirm
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
ws.*:
|
|
||||||
default: op
|
|
||||||
description: Gives '*'-Perms to all Commands
|
|
||||||
children:
|
|
||||||
ws.tp.*: true
|
|
||||||
ws.get: true
|
|
||||||
ws.sethome: true
|
|
||||||
ws.tp.world: true
|
|
||||||
ws.tp.toother: true
|
|
||||||
ws.tp.other: true
|
|
||||||
ws.build: true
|
|
||||||
ws.gamemode: true
|
|
||||||
ws.delete: true
|
|
||||||
ws.lag: true
|
|
||||||
ws.big: true
|
|
||||||
ws.large: true
|
|
||||||
ws.confirm: true
|
|
||||||
ws.sethome:
|
|
||||||
default: true
|
|
||||||
description: 'You can set a different worldspawn'
|
|
||||||
ws.tp.*:
|
|
||||||
default: op
|
|
||||||
description: You can teleport everything
|
|
||||||
children:
|
|
||||||
ws.tp.toother: true
|
|
||||||
ws.tp.other: true
|
|
||||||
ws.tp.world: true
|
|
||||||
ws.build:
|
|
||||||
default: op
|
|
||||||
description: You can build on other Worlds without WorldPermissions
|
|
||||||
ws.get:
|
|
||||||
default: true
|
|
||||||
description: You can create a world via /ws get
|
|
||||||
ws.delete:
|
|
||||||
default: op
|
|
||||||
description: You can delete a world
|
|
||||||
ws.gamemode:
|
|
||||||
default: op
|
|
||||||
description: You can change GameMode on other worlds
|
|
||||||
ws.tp.other:
|
|
||||||
default: op
|
|
||||||
description: You can teleport other persons
|
|
||||||
ws.tp.toother:
|
|
||||||
default: op
|
|
||||||
description: You can teleport across worlds
|
|
||||||
ws.tp.world:
|
|
||||||
default: op
|
|
||||||
description: You can teleport to without rights World
|
|
||||||
ws.lag:
|
|
||||||
default: op
|
|
||||||
description: You can see lag messages
|
|
||||||
ws.big:
|
|
||||||
default: op
|
|
||||||
description: Gives you a bigger world (if set)
|
|
||||||
ws.large:
|
|
||||||
default: op
|
|
||||||
children:
|
|
||||||
ws.big: true
|
|
||||||
description: Gives you a even bigger world (if set)
|
|
||||||
ws.confirm:
|
|
||||||
default: op
|
|
||||||
description: You can confirm (if needed) an auto-update
|
|
||||||
|
|
||||||
default-permission: admin
|
|
@ -1,52 +0,0 @@
|
|||||||
# Center will be at the spawn or the worldspawn
|
|
||||||
worldborder:
|
|
||||||
# If WorldSystem should change the worldborder
|
|
||||||
should_change: true
|
|
||||||
# Default size
|
|
||||||
normal: 500
|
|
||||||
# Here you can define your own ranks, as many as you want
|
|
||||||
# The permission node will be the key and the value the size
|
|
||||||
ranks:
|
|
||||||
# For example, with the permission ws.big you will get a worldborder with the size 1000
|
|
||||||
ws.big: 1000
|
|
||||||
ws.bigger: 1500
|
|
||||||
|
|
||||||
# Set a specialized center which is not the spawn
|
|
||||||
center:
|
|
||||||
as_spawn: true
|
|
||||||
# Should the worldborder move with the home set by the owner
|
|
||||||
as_home: false
|
|
||||||
x: 0
|
|
||||||
y: 20
|
|
||||||
z: 0
|
|
||||||
|
|
||||||
# All Gamerules in 1.12
|
|
||||||
# Not supported gamerules will be ignored
|
|
||||||
#
|
|
||||||
# If you need help, look at
|
|
||||||
# https://minecraft.gamepedia.com/Commands/gamerule
|
|
||||||
|
|
||||||
announceAdvancements: true
|
|
||||||
commandBlockOutput: false
|
|
||||||
disableElytraMovementCheck: false
|
|
||||||
doDaylightCycle: false
|
|
||||||
doEntityDrops: true
|
|
||||||
doFireTick: true
|
|
||||||
doLimitedCrafting: false
|
|
||||||
doMobLoot: true
|
|
||||||
doMobSpawning: true
|
|
||||||
doTileDrops: false
|
|
||||||
doWeatherCycle: false
|
|
||||||
gameLoopFunction: false
|
|
||||||
keepInventory: true
|
|
||||||
logAdminCommands: true
|
|
||||||
maxCommandChainLength: 65536
|
|
||||||
maxEntityCramming: 24
|
|
||||||
mobGriefing: true
|
|
||||||
naturalRegeneration: true
|
|
||||||
randomTickSpeed: 3
|
|
||||||
reducedDebugInfo: false
|
|
||||||
sendCommandFeedback: true
|
|
||||||
showDeathMessages: true
|
|
||||||
spawnRadius: 10
|
|
||||||
spectatorsGenerateChunks: true
|
|
@ -1,82 +0,0 @@
|
|||||||
nopermission: ""
|
|
||||||
unknown_error: ""
|
|
||||||
lagdetection: "%world"
|
|
||||||
wrong_usage: ""
|
|
||||||
not_registered: ""
|
|
||||||
|
|
||||||
world:
|
|
||||||
reseted: ""
|
|
||||||
still_loaded: ""
|
|
||||||
not_on: ""
|
|
||||||
created: ""
|
|
||||||
already_exists: ""
|
|
||||||
delete:
|
|
||||||
own: ""
|
|
||||||
other: "%player"
|
|
||||||
does_not_exists:
|
|
||||||
own: ""
|
|
||||||
other: ""
|
|
||||||
setting_up: ""
|
|
||||||
playerlist: "%players"
|
|
||||||
still_creating: ""
|
|
||||||
set_home: ""
|
|
||||||
|
|
||||||
member:
|
|
||||||
removed: "%player"
|
|
||||||
added: "%player"
|
|
||||||
already_added: "
|
|
||||||
not_added:
|
|
||||||
own: ""
|
|
||||||
other: ""
|
|
||||||
no_one_added
|
|
||||||
|
|
||||||
request:
|
|
||||||
expired: ""
|
|
||||||
confirm: "%command"
|
|
||||||
until_expire: "%time"
|
|
||||||
already_sent: ""
|
|
||||||
not_sent: ""
|
|
||||||
invalid_input: "%input"
|
|
||||||
|
|
||||||
toggle:
|
|
||||||
gamemode:
|
|
||||||
enabled: ""
|
|
||||||
disabled: ""
|
|
||||||
teleport:
|
|
||||||
enabled: ""
|
|
||||||
disabled: ""
|
|
||||||
build:
|
|
||||||
enabled: ""
|
|
||||||
disabled: ""
|
|
||||||
fire:
|
|
||||||
enabled: ""
|
|
||||||
disabled: ""
|
|
||||||
tnt:
|
|
||||||
enabled: ""
|
|
||||||
disabled: ""
|
|
||||||
|
|
||||||
info:
|
|
||||||
owner: "%data"
|
|
||||||
id: "%data"
|
|
||||||
member: "%data"
|
|
||||||
tnt: "%data"
|
|
||||||
fire: "%data"
|
|
||||||
enabled: ""
|
|
||||||
disabled: ""
|
|
||||||
|
|
||||||
command_help:
|
|
||||||
list:
|
|
||||||
- ""
|
|
||||||
- ""
|
|
||||||
- ""
|
|
||||||
- ""
|
|
||||||
- ""
|
|
||||||
- ""
|
|
||||||
- ""
|
|
||||||
- ""
|
|
||||||
- ""
|
|
||||||
- ""
|
|
||||||
- ""
|
|
||||||
- ""
|
|
||||||
- ""
|
|
||||||
delete_command: ""
|
|
@ -1,85 +0,0 @@
|
|||||||
nopermission: "&cNincs jogod ehhez!"
|
|
||||||
unknown_error: "&cValami elromlott..."
|
|
||||||
lagdetection: "Lagdetection a világban: &c%world"
|
|
||||||
wrong_usage: "&c%usage"
|
|
||||||
not_registered: "&cEz a játékos még nem csatlakozott!"
|
|
||||||
|
|
||||||
world:
|
|
||||||
reseted: "A világod vissza lett állítva!"
|
|
||||||
still_loaded: "&cA világod még mindig be van töltve!"
|
|
||||||
not_on: "&cNem vagy a világon!"
|
|
||||||
created: "A világod készen áll. Szállj fel a &a/ws home"
|
|
||||||
already_exists: "&cMár van világod!"
|
|
||||||
delete:
|
|
||||||
own: "&cA világot törölve!"
|
|
||||||
other: "Törölte a világot &c%player&6 játékostól!"
|
|
||||||
does_not_exists:
|
|
||||||
own: "&cNincs világod!"
|
|
||||||
other: "&cEz a játékos nem rendelkezik világgal!"
|
|
||||||
setting_up: "&aA világ megteremtése..."
|
|
||||||
playerlist: "Játékos ebben a világban: %player"
|
|
||||||
still_creating: "&cWorld is still creating"
|
|
||||||
set_home: "You set the home"
|
|
||||||
|
|
||||||
member:
|
|
||||||
removed: "Törölted &c%player&6 játékost a világodból!"
|
|
||||||
added: "Hozzáadtad &c%player&6 játékost a világodhoz!"
|
|
||||||
already_added: "&cEz a játékos már tagja!"
|
|
||||||
not_added:
|
|
||||||
own: "&cEz a játékos nem tagja!"
|
|
||||||
other: "&cNem vagy hozzáadva ehhez a világhoz"
|
|
||||||
still_creating: "&cWorld is still creating"
|
|
||||||
no_one_added: "&cThere are no members added"
|
|
||||||
|
|
||||||
request:
|
|
||||||
expired: "&cA kérelem lejárt!"
|
|
||||||
confirm: "&cKérjük, erõsítsd meg a világ újraindítását: %command"
|
|
||||||
until_expire: "&cA kérés lejárati ideje %time másodperc!"
|
|
||||||
already_sent: "&cMár elküldtél egy kérelmet!"
|
|
||||||
not_sent: "&cNem küldtél kérést!"
|
|
||||||
invalid_input: "&c%input nem érvényes bemenet!"
|
|
||||||
|
|
||||||
toggle:
|
|
||||||
gamemode:
|
|
||||||
enabled: "&a%player&6 most megváltoztathatja játékmódját!"
|
|
||||||
disabled: "&c%player&6 már nem tudja megváltoztatni játékmódját!"
|
|
||||||
teleport:
|
|
||||||
enabled: "&a%player&6 most teleportálhat!"
|
|
||||||
disabled: "&c%player&6 már nem teleportálhat!"
|
|
||||||
build:
|
|
||||||
enabled: "&a%player&6 most építhet!"
|
|
||||||
disabled: "&c%player&6 már nem építhet!"
|
|
||||||
fire:
|
|
||||||
enabled: "&aAktiváltad a tüzet!"
|
|
||||||
disabled: "&cDeaktiváltad a tüzet!"
|
|
||||||
tnt:
|
|
||||||
enabled: "&aAktiváltad a TNT-sebzést!"
|
|
||||||
disabled: "&cDeaktiváltad TNT-sebzést!"
|
|
||||||
|
|
||||||
info:
|
|
||||||
owner: "Tulajdonos: %data"
|
|
||||||
id: "ID: %data"
|
|
||||||
member: "Tag: %data"
|
|
||||||
tnt: "TNT: %data"
|
|
||||||
fire: "Tûz: %data"
|
|
||||||
enabled: "&aBe"
|
|
||||||
disabled: "&cKi"
|
|
||||||
|
|
||||||
command_help:
|
|
||||||
list:
|
|
||||||
- "/ws get &8- &7Will give you a world"
|
|
||||||
- "/ws home &8- &7Teleports you on your world"
|
|
||||||
- "/ws sethome &8- &7Sets a specific home"
|
|
||||||
- "/ws gui &8- &7Opens the GUI menu if you are the worldowner"
|
|
||||||
- "/ws tp &8- &7Teleports you on a specific world"
|
|
||||||
- "/ws addmember &8- &7Adds a player to your world"
|
|
||||||
- "/ws delmember &8- &7Removes a player from your world"
|
|
||||||
- "/ws leave &8- &7Leave a world"
|
|
||||||
- "/ws tnt &8- &7Allows/Denys TNT on your world"
|
|
||||||
- "/ws fire &8- &7Allows/Denys Fire on your world"
|
|
||||||
- "/ws togglegm &8- &7Allows/Denys a player changing gamemode"
|
|
||||||
- "/ws togglebuild &8- &7Allows/Denys a player building"
|
|
||||||
- "/ws toggletp &8- &7Allows/Denys a player teleporting"
|
|
||||||
- "/ws info &8- &7Shows information about the world"
|
|
||||||
- "/ws reset &8- &7Will reset your world"
|
|
||||||
delete_command: "/ws delete &8- &7Will delete a world"
|
|
@ -1,84 +0,0 @@
|
|||||||
nopermission: "&cJij hebt geen rechten om dit te doen!"
|
|
||||||
unknown_error: "&cEr is iets verkeerd gegaan.."
|
|
||||||
lagdetection: "Lag gededecteerd in wereld: &c%world"
|
|
||||||
wrong_usage: "&c%gebruik"
|
|
||||||
not_registered: "&cDeze speler heeft nog nooit gejoined!"
|
|
||||||
|
|
||||||
world:
|
|
||||||
reseted: "Jouw wereld is gereset!"
|
|
||||||
still_loaded: "&cJouw wereld is nog steeds geladen!"
|
|
||||||
not_on: "&cJij bent niet in een wereld!"
|
|
||||||
created: "Jouw wereld is gemaakt gebruik: &a/ws home"
|
|
||||||
already_exists: "&cJij hebt al een wereld!"
|
|
||||||
delete:
|
|
||||||
own: "&cJouw wereld is verwijderd!"
|
|
||||||
other: "Jij hebt de wereld verwijderd van: &c%player&6!"
|
|
||||||
does_not_exists:
|
|
||||||
own: "&cJij hebt nog geen wereld!"
|
|
||||||
other: "&cDeze speler heeft nog geen wereld!"
|
|
||||||
setting_up: "&aWereld word aangemaakt"
|
|
||||||
playerlist: "speler is in wereld: %players"
|
|
||||||
still_creating: "&cWorld is still creating"
|
|
||||||
set_home: "You set the home"
|
|
||||||
|
|
||||||
member:
|
|
||||||
removed: "Jij hebt &c%player&6 verwijderd van jouw wereld!"
|
|
||||||
added: "Jij hebt &c%player&6 toegevoegd aan jouw wereld!"
|
|
||||||
already_added: "&cDeze speler is al toegevoegd!"
|
|
||||||
not_added:
|
|
||||||
own: "&cDeze speler is nog niet toegevoegd!"
|
|
||||||
other: "&cJij bent niet aan deze wereld toegevoegd"
|
|
||||||
no_one_added: "&cThere are no members added"
|
|
||||||
|
|
||||||
request:
|
|
||||||
expired: "&cJouw uitnodiging is verlopen!"
|
|
||||||
confirm: "&cBevestig het verwijderen van jouw wereld: %command"
|
|
||||||
until_expire: "&cJouw uitnodiging verloopt over %time seconden!"
|
|
||||||
already_sent: "&cJij hebt al een uitnodiging verstuurd!"
|
|
||||||
not_sent: "&cJij hebt geen uitnodiging gestuurd!"
|
|
||||||
invalid_input: "&c%input is niet een command!"
|
|
||||||
|
|
||||||
toggle:
|
|
||||||
gamemode:
|
|
||||||
enabled: "&a%player&6 kan nu zijn spelermodus veranderen!"
|
|
||||||
disabled: "&c%player&6 kan niet meer zijn spelermodus veranderen!"
|
|
||||||
teleport:
|
|
||||||
enabled: "&a%player&6 kan nu teleporteren!"
|
|
||||||
disabled: "&c%player&6 kan nu niet meer teleporteren!"
|
|
||||||
build:
|
|
||||||
enabled: "&a%player&6 kan nu bouwen!"
|
|
||||||
disabled: "&c%player&6 kan nu niet meer bouwen!"
|
|
||||||
fire:
|
|
||||||
enabled: "&aJij hebt vuur geactiveert!"
|
|
||||||
disabled: "&cJij hebt vuur gedeactiveerd!"
|
|
||||||
tnt:
|
|
||||||
enabled: "&aJij hebt TNT-schade geactiveerd!"
|
|
||||||
disabled: "&cJij hebt TNT-schade gedeactiveerd!"
|
|
||||||
|
|
||||||
info:
|
|
||||||
owner: "Owner: %data"
|
|
||||||
id: "ID: %data"
|
|
||||||
member: "Toegevoegd: %data"
|
|
||||||
tnt: "TNT: %data"
|
|
||||||
fire: "Vuur: %data"
|
|
||||||
enabled: "&Aan"
|
|
||||||
disabled: "&cUit"
|
|
||||||
|
|
||||||
command_help:
|
|
||||||
list:
|
|
||||||
- "/ws get &8- &7Will give you a world"
|
|
||||||
- "/ws home &8- &7Teleports you on your world"
|
|
||||||
- "/ws sethome &8- &7Sets a specific home"
|
|
||||||
- "/ws gui &8- &7Opens the GUI menu if you are the worldowner"
|
|
||||||
- "/ws tp &8- &7Teleports you on a specific world"
|
|
||||||
- "/ws addmember &8- &7Adds a player to your world"
|
|
||||||
- "/ws delmember &8- &7Removes a player from your world"
|
|
||||||
- "/ws leave &8- &7Leave a world"
|
|
||||||
- "/ws tnt &8- &7Allows/Denys TNT on your world"
|
|
||||||
- "/ws fire &8- &7Allows/Denys Fire on your world"
|
|
||||||
- "/ws togglegm &8- &7Allows/Denys a player changing gamemode"
|
|
||||||
- "/ws togglebuild &8- &7Allows/Denys a player building"
|
|
||||||
- "/ws toggletp &8- &7Allows/Denys a player teleporting"
|
|
||||||
- "/ws info &8- &7Shows information about the world"
|
|
||||||
- "/ws reset &8- &7Will reset your world"
|
|
||||||
delete_command: "/ws delete &8- &7Will delete a world"
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user