Skip to content

Releases: tastybento/askyblock

Bug fixes and updates

16 Nov 04:02
Compare
Choose a tag to compare
Bug fixes and updates Pre-release
Pre-release

Fixes:

  1. Bug with flower pots in schematics was resetting world spawn point.

Updates:

  1. /island tc for team chat
  2. API updates for challenge info, new events: WarpCreateEvent and WarpRemoveEvent
  3. Team chat logging to console option added.
  4. Added option to require a minimum level to create warps
  5. Option to toggle join/leave messages
  6. Top 10 island GUI
  7. Magic Cobble Generator option
  8. Added useMinishop config option

Schematic pricing version

14 Oct 06:27
Compare
Choose a tag to compare
Pre-release

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

28 Aug 02:46
Compare
Choose a tag to compare
Release candidate Pre-release
Pre-release

Bug fixes.

  1. Added checks to allow for no required items for a challenge. e.g. money only required.
  2. Fix for NPE caused when issuing an uncoop command for a known player who is offline who is not in the coop. #304
  3. Fixed potion comments in minishop.yml. Were incorrect.
  4. Memory leak with custom inventory itemStacks. Clear inventory when closing a custom inventory. Idea is to enable ItemStacks to be GC'd. Addresses #310
  5. Ghasts could fly outside of island boundaries and caused NPE #316
  6. Hitting armor stands outside of any island boundary was causing an NPE in the console #315
  7. API: Plugin will call PlayerDropItemEvent when team members are kicked and items are dropped.
  8. API: New TeamLeave and TeamJoin events added (Credit @Exloki )
  9. Improved compatibility in loading schematics created by WorldEdit
  10. Fixed bug where flame arrows or shulker projectiles could destroy armor stands.
  11. Fixed bug where players on the nether island were not sent home when an island was locked.
  12. Added option for schematics to have a cost.

Bug fix release in progress

17 Aug 00:11
Compare
Choose a tag to compare
Pre-release
  1. Added catch for badly formatted yml files in the player folder.
  2. Updated NL locale.
  3. Added protection against Spectators getting acid effects.
  4. Fixed bug where if player falls and then starts flying, they cannot do /is until their land if teleporting when falling is not allowed.
  5. If pushing is allowed after being disallowed, players were not reset to allow it.
  6. Fixed issue with animal spawn limits - ocelot babies could spawn in unlimited quantities and squids too.
  7. Fixed issue where Enderpearls could still be used as offensive weapons even if PVP was disabled.
  8. Made flymob hashmap use weak reference to enable better GC.

Bug fix release in progress

10 Aug 04:06
Compare
Choose a tag to compare
Pre-release
  1. Bed explosions prevented in the nether by visitors.

Coop fixes and other things

27 Jul 06:00
Compare
Choose a tag to compare
Pre-release

Updates

  1. Chorus fruit setting added
  2. Coop player fixes
  3. Players can leave the team in the new Nether as well as the Overworld.
  4. Admin register command will work in the new nether to register players to the nether island as home.
  5. Added tab complete for admin register command.
  6. Added option to disable obsidian scooping
  7. API: New event fires when ASkyBlock is fully loaded.
  8. Chat prefixes are now in the config.yml
  9. Updated Dutch locale file and fixes in English locale to add missing challenge navigation string.

Work in progress release

22 Jul 05:38
Compare
Choose a tag to compare
Pre-release

Bug fixes to 3.0.2

Changes

  1. Fixed bug in challenges where WRITTEN_BOOKs were not being detected.
  2. Fixed console errors when players hit creatures in locations not owned by players but in the world.

Debug release

06 Jul 05:47
Compare
Choose a tag to compare
Debug release Pre-release
Pre-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

01 Jul 03:39
Compare
Choose a tag to compare
Release in progress Pre-release
Pre-release

Changes

  1. Improved the accuracy of entity counts on an island. Affects situations when there is no gap between adjacent islands.
  2. Added ability to have spawn egg icons like MONSTER_EGG:PIG in challenges.
  3. 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

21 Jun 06:24
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release

Changes

  1. Challenge levels could not have dots in their name. Added escaping so that they can now. E.g., "MoreToCome..."