Releases: tastybento/askyblock
Releases · tastybento/askyblock
Bug fixes and updates
Fixes:
- Bug with flower pots in schematics was resetting world spawn point.
Updates:
- /island tc for team chat
- API updates for challenge info, new events: WarpCreateEvent and WarpRemoveEvent
- Team chat logging to console option added.
- Added option to require a minimum level to create warps
- Option to toggle join/leave messages
- Top 10 island GUI
- Magic Cobble Generator option
- Added useMinishop config option
Schematic pricing version
Adds ability to set pricing for schematics.
Just add cost to the schematic description in config.yml. Like this:
# New snowy schematic
extrahard:
icon: OBSIDIAN
order: 3
# Ski theme - a black diamond run is hard.
name: "&lBlack &bDiamonds"
description: "Experts only!|&aMinimal resources|&awith a few diamonds.|Cost [cost]"
filename: harder.schematic
biome: COLD_BEACH
useDefaultChest: false
# Chest items defined here will override the default chest items.
# You can set the chest items here in this list
# Material:Qty, or Material:Data:Qty
#chestItems:
#- MELON:1
#- ICE:1
# Schematics that require water or lava to hover can prevent physics when pasting
usephysics: false
# Schematics may include entities (mobs) in them and if pasteentities is true,
# mobs will be pasted.
# Example: Setting this to true for this schematic will give a wolf.
pasteentities: false
partnerSchematic: nether
#permission: any.perm.you.like
# This optional block determines where the player will spawn. It must be unique in
# the schematic and will be replaced by air when pasted.
#spawnblock: SPONGE
#Level handicap zeros the initial island level.
levelHandicap: 1
cost: 100
`
Release candidate
Bug fixes.
- Added checks to allow for no required items for a challenge. e.g. money only required.
- Fix for NPE caused when issuing an uncoop command for a known player who is offline who is not in the coop. #304
- Fixed potion comments in minishop.yml. Were incorrect.
- Memory leak with custom inventory itemStacks. Clear inventory when closing a custom inventory. Idea is to enable ItemStacks to be GC'd. Addresses #310
- Ghasts could fly outside of island boundaries and caused NPE #316
- Hitting armor stands outside of any island boundary was causing an NPE in the console #315
- API: Plugin will call PlayerDropItemEvent when team members are kicked and items are dropped.
- API: New TeamLeave and TeamJoin events added (Credit @Exloki )
- Improved compatibility in loading schematics created by WorldEdit
- Fixed bug where flame arrows or shulker projectiles could destroy armor stands.
- Fixed bug where players on the nether island were not sent home when an island was locked.
- Added option for schematics to have a cost.
Bug fix release in progress
- Added catch for badly formatted yml files in the player folder.
- Updated NL locale.
- Added protection against Spectators getting acid effects.
- Fixed bug where if player falls and then starts flying, they cannot do /is until their land if teleporting when falling is not allowed.
- If pushing is allowed after being disallowed, players were not reset to allow it.
- Fixed issue with animal spawn limits - ocelot babies could spawn in unlimited quantities and squids too.
- Fixed issue where Enderpearls could still be used as offensive weapons even if PVP was disabled.
- Made flymob hashmap use weak reference to enable better GC.
Bug fix release in progress
- Bed explosions prevented in the nether by visitors.
Coop fixes and other things
Updates
- Chorus fruit setting added
- Coop player fixes
- Players can leave the team in the new Nether as well as the Overworld.
- Admin register command will work in the new nether to register players to the nether island as home.
- Added tab complete for admin register command.
- Added option to disable obsidian scooping
- API: New event fires when ASkyBlock is fully loaded.
- Chat prefixes are now in the config.yml
- Updated Dutch locale file and fixes in English locale to add missing challenge navigation string.
Work in progress release
Bug fixes to 3.0.2
Changes
- Fixed bug in challenges where WRITTEN_BOOKs were not being detected.
- Fixed console errors when players hit creatures in locations not owned by players but in the world.
Debug release
Don't run except for debug purposes.
Added config option to enable FTB Auto Activators with a name [CoFH]
in config.yml, set
Allow FTB Autonomous Activator to work (will allow player
autoactivator: true
in the general section
Release in progress
Changes
- Improved the accuracy of entity counts on an island. Affects situations when there is no gap between adjacent islands.
- Added ability to have spawn egg icons like MONSTER_EGG:PIG in challenges.
- Added option to not generate the new nether ceiling/roof. The glowstone can cause lag when teleporting to the nether due to light level calculations by the server.
Bug fixes
Changes
- Challenge levels could not have dots in their name. Added escaping so that they can now. E.g., "MoreToCome..."