TeleCraft 1.6.5

Details

  • Filename
    TeleCraft.jar
  • Uploaded by
  • Uploaded
    Nov 24, 2020
  • Size
    509.27 KB
  • Downloads
    810
  • MD5
    55d61b86863d73fb7da79c8fab1d421d

Supported Bukkit Versions

  • 1.16
  • 1.15

Changelog

  1. prevent mob tp on protected area

    - added config option "ATR_PreventProtectedMobTP" turn it to true to prevent tp mobs not mounted by player on protected area
    - removed strikeLightningEffect when using silent mode for strangeblock
     
  2. Custom Item as Rune

    added new options :
    Code (Text):
    ATR_RuneMaterial : EMERALD
    -> you can change base rune material, but only item that can't be placed as block and be careful to chose an item that not conflict with vanilla recipe

    ATR_TpOnlyActivator: false
    -> disable tp of nearest entity (tp only user)

    ATR_TeleportDelay_ENTITY: 200
    -> time for entity (not player) to wait before teleport again

    other :

    - add tp radius visualisation using particle when activate a StrangeBlock

    - you can disable Strangeblock...
     
  3. vanilla workflow fix

    refactor potions crafting and arrow (like vanilla) :
    - you need to use strange lingering potion as base for strange arrow and now the amount of arrow is 8 (1 before)
    - you can use all awkward potions type as base (normal,splash and lingering) to craft strange potions
     
  4. world restriction

    - add world restrictions in configuration :

    - ATR_allowedWorld: you can access only world listed in this section
    - ATR_forbiddenWorld: you can't access world listed in this section

    - add permission to bypass world restrictions :

    Code (Text):
    telecraft.player.bypass.*:
        description: authorizes bypass world restriction
        default: false
        children:
           telecraft.player.bypass.use: false
           telecraft.player.bypass.tp: false
       
    telecraft.admin.bypass : true