From 75830b68ebae957d47f520bbe8484ac47dc91ec0 Mon Sep 17 00:00:00 2001 From: Florian CUNY Date: Thu, 25 Oct 2018 10:29:41 +0200 Subject: [PATCH 1/2] Updated config.yml --- src/main/resources/config.yml | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 4f97f98..81003bf 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -1,4 +1,4 @@ -# BSkyBlock Configuration FC-1 +# BSkyBlock Configuration 0.4.0-SNAPSHOT # This config file is dynamic and saved when the server is shutdown. # You cannot edit it while the server is running because changes will # be lost! Use in-game settings GUI or edit when server is offline. @@ -76,10 +76,10 @@ world: dragon-spawn: false # Mob white list - these mobs will NOT be removed when logging in or doing /island remove-mobs-whitelist: - - PIG_ZOMBIE - ENDERMAN - - WITHER - ZOMBIE_VILLAGER + - WITHER + - PIG_ZOMBIE # World flags. These are boolean settings for various flags for this world flags: CREEPER_DAMAGE: true @@ -97,15 +97,15 @@ world: ITEM_FRAME_DAMAGE: false # These are the default protection settings for new islands. # The value is the minimum island rank required allowed to do the action - # Ranks are: Visitor = 0, Member = 500, Owner = 1000 + # Ranks are: Visitor = 0, Member = 900, Owner = 1000 default-island-flags: HURT_ANIMALS: 500 COLLECT_WATER: 500 REDSTONE: 500 - BUTTON: 500 BUCKET: 500 - LOCK: 0 + BUTTON: 500 FIRE_EXTINGUISH: 500 + LOCK: 0 ENDER_PEARL: 500 DOOR: 500 BEACON: 500 @@ -118,11 +118,11 @@ world: CRAFTING: 0 BREEDING: 500 TNT: 500 + HURT_VILLAGERS: 500 ENCHANTING: 0 SHEARING: 500 - HURT_VILLAGERS: 500 - BED: 500 SPAWN_EGGS: 500 + BED: 500 COLLECT_LAVA: 500 MILKING: 0 LEVER: 500 @@ -140,15 +140,15 @@ world: BREAK_BLOCKS: 500 MOUNT_INVENTORY: 500 CHORUS_FRUIT: 500 - CROP_TRAMPLE: 500 JUKEBOX: 500 ITEM_PICKUP: 0 + CROP_TRAMPLE: 500 BREWING: 500 # These are the default settings for new islands default-island-settings: PVP_END: false - ANIMAL_SPAWN: true PVP_NETHER: false + ANIMAL_SPAWN: true MONSTER_SPAWN: true FIRE_SPREAD: true PVP_OVERWORLD: false @@ -210,7 +210,16 @@ island: reset: true # Have player's respawn on their island if they die respawn-on-island: false + sethome: + nether: + allow: true + require-confirmation: true + the-end: + allow: true + require-confirmation: true deaths: + # Whether deaths are counted or not. + counted: true # Maximum number of deaths to count. The death count can be used by add-ons. max: 10 sum-team: false From 0f4b1f561996746fd08f47924a305735a2242f36 Mon Sep 17 00:00:00 2001 From: tastybento Date: Mon, 29 Oct 2018 14:54:04 -0700 Subject: [PATCH 2/2] Bug report and issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 33 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 ++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..ef31582 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Description** +A clear and concise description of what the bug is. + +**Steps to reproduce the behavior:** +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Server Information:** + +[Please complete the following information:] + - Database being used (Flat file, MySQL, Mongo): [] + - OS: [e.g. iOS] + - Java Version: [e.g. Java 8] + - BentoBox version: [e.g. 1.7.2.21] + - Addons installed? [Do '/bentobox version' and copy/paste from the console] + - Other plugins? [Do '/plugins' and copy/paste from the console] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..066b2d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.