Hello, so i've hosted a tekkit classic server, and I have a little problem...
Well, the tittle kind of says it all. Everytime you trying to use the flyring, you getting teleported back to the place you took off. Basicly I got a plugin call'd TekkitRestrict, A.k.a [TR].
Flying IS enabled!
I've tried everything, heres my config, I guess this might be the problem.
General.config.yml
#Configuration file for TekkitRestrict
#Author: DreadEnd
#Email:
[email protected]
#BukkitDev: http://dev.bukkit.org/server-mods/tekkit-restrict/
########################################################
## Some fast notes for you all. First, every option ##
## in this file is Reloadable. That means that by ##
## typing "/tr reload" in-game as an admin with ##
## "tekkitrestrict.admin", or typing "tr reload" in ##
## the console, you can reload every single config #
## change in this file. #
## ##
## Have fun, Play safe. Good luck. ##
## * DreadEnd * out. ##
########################################################
UseAutoRPTimer: true
UseAntiFlyHack: false
UseAntiMovementSpeedHack: false
UseAntiForcefield: false
UseItemLimiter: true
UseLimitedCreative: false
UseOpenAlc: true
UseNoItem: true
####SafeZones####
UseSafeZones: true
SSDisableAllItems: true
#SSDisableGemArmor: true
SSDisableEntities: true
SSDechargeEE: true
SSDisableRingOfArcana: true
SSEnabledPlugins: ["towny"]
SSDisableFlying: false
######################################
######################################
Advanced.config.yml
#Configuration file for TekkitRestrict
#Author: DreadEnd
#Email:
[email protected]
#BukkitDev: http://dev.bukkit.org/server-mods/tekkit-restrict/
#############################################
############ Advanced Functions #############
#############################################
#Limits the number of blocks a player can place. (Global)
#Please note that these cannot be changed in-game.
# ID Limit (Please use ONE space between the ID and limit to separate them)
#- 153 1
#- 100-200 1
#- "52:55 1"
LimitBlocks:
- "153 2"
#[] RecipeBlock removes the recipe from both vanilla and Forge mods.
# please note that once you remove a recipe with /tr reload + config,
# you must restart the server in order to get them back if you changed
# the config.
#- 27232
#- "126:3"
#- ee
RecipeBlock:
#Nova bombs
- "126:10"
- "126:11"
#Dimensional Anchor
- "4095"
#Tesla Coil
- "223:1"
#World Anchir
- "214"
#World Anchir cart
- "7303"
#Crystal Chest
- "181:5"
- "19762"
#CrossBow
- "26518"
#Blunderbuss
- "26526"
#Blunderbuss barrel
- "26528"
#Musket
- "26514"
#Musket with Bayonet
- "26515"
#Musket Barrel
- "26516"
#Redmatter OP Armor
- "27579"
- "27580"
- "27581"
- "27582"
#Morning star
- "27573"
#Catalyst lense
- "27556"
#Destruction Catalyst
- "27527"
#Zero Ring
- "27574"
#Ring of Arcana
- "27584"
#Void ring
- "27593"
#Black hole band
- "27532"
#Ring of Ignition
- "27533"
#Harvest Goddess Band
- "27537"
#Transmutation table
#- "130"
#- "27592"
#Mining laser
- "30208"
#Dynamite
- "26522"
- "30215"
#Sticky Dynamite
- "30214"
#Remote controle Dynamite
- "30213"
#TNT cart
- "7270"
#TNT
- "46"
- "239"
#Nuke
- "237"
#Evertide Amulet
- "27530"
#Mercurial EYE
- "27583"
#Watch of flowing time
- "27538"
#Volcanite Amulet
- "27531"
#Cannon
- "26524"
#Auto Crafting table
- "194:1"
- 169
- "137:3"
#[] RecipeFurnaceBlock removes the recipe with the start item specified
# Below. AKA: bake some wood, remove recipe by removing
# the log, not the resultant, coal.
#- 27232
#- "126:3"
RecipeFurnaceBlock: []
#LWC Protection Extension for Tekkit
# Prevents specified IDs from being placed next to a lockette unless
# CPrivate or Cmodified to give a player permissions.
# Useful for preventing players from "pumping" or breaking chests.
LWCPreventNearLocked: []
- 4306
- 4301
- 150
- 136
- 166
- 130
##############################
##############################
##############################
Fell free to post a comment what it might be! This might NOT be the issue I have.