Randomteleport

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
marty_
Příspěvky: 1191
Věk: 54
Registrován: 27 srp 2012, 10:10
Reputation: 0
Bydliště: Hranice na Morave
Kontaktovat uživatele:

Re: Randomteleport

#11 Příspěvekod marty_ » 12 led 2014, 01:18

ukazka meho configu:

Kód: Vybrat vše

# rangeFrom is from where the range is counted. You can do spawn(from world spawn) or
# rla(RandomLocation Area)
# -
# -
# If the range is 20, then the players have to be within 20 blocks of the
# RandomLocation area or Spawn
# -
# -
# checks is how many times it should check for a location to teleport too. RandomLocation
# will goto a random location inside the RandomLocation area and then check if it not
# obstructed(inside a block, on lave, in mid air, ect). If it is obstructed it will goto a
# new location and check. The checks is how many times it should goto a new location
# before telling the player that the teleport is obstructed. If you leave it to high it
# may crash your server caused by too much calculation.
# -
# -
# If "useRange: false" then the players can do /rSpawn from any where in the world
# -
# -
# rSpawnPermission: if true, will give al players permission to /rSpawn
# -
# -
# If keepDirection = true then the player will be facing in the direction they was looking
# at when teleported, else they will just look straight forward, recommended on
# -
# -
# CommandCooldown is how many seconds a player have to wait after using /rSpawn before he/
# she can use it again. To disable set it to 0.
# -
# -
# SignCooldown is how many seconds a player have to wait after using a RandomLocation
# sing before he/she can use it again. To disable set it to 0.
# -
# -
# SpawnOn: [Grass, Ground, air]
# If set to grass, then players will only spawn on grass
# If set to ground, then players will spawn on the ground. The plugin will find a safe
# place, which means a place that is not i the air, not on top of blocks that can hurt the
# player like lava & cactus also not on pressure plates and not in water. It also finds a
# spot that is not in the air, nor inside a block.
# If set to air, then players will spawn around Y: 300 with god mode for until they hit
# the ground. The plugin will not check for what the player lands on, so they might end up
# falling into a lava pit or into the void.
# -
# -
# TeleportOnFirstJoin, if true makes players teleport on there first join on the server
# -
# -
# TeleportOnFirstJoinZone is which zone the player will be teleported to on join if
# TeleportOnFirstJoin is true
# -
# -
# OpenSigns, if true lets any one use signs no matter permissions
# -
# -
RangeFrom: rla
Range: 20
Checks: 200
UseRange: true
rSpawnPermission: false
KeepDirection: true
CommandCooldown: 1
SignCooldown: 1
SpawnOn: Grass
TeleportOnFirstJoin: false
TeleportOnFirstJoinZone: Default
OpenSigns: true
Zones:
  planetky:
    World: planet
    Pos1:
      X: 1560
      Y: 256
      Z: 1560
    Pos2:
      X: -1560
      Y: 0
      Z: -1560
  herospawn:
    World: FreeBuild
    Pos1:
      X: 3000
      Y: 200
      Z: 3000
    Pos2:
      X: -3000
      Y: 0
      Z: -3000
  tezba:
    World: TezebniSvet
    Pos1:
      X: 1500
      Y: 100
      Z: 1500
    Pos2:
      X: -1500
      Y: 20
      Z: -1500
Default: herospawn



manualne sem menil jen tento radek:

SpawnOn: Grass

nevim co tam bylo defaultne:-), ale chtel jsem hlinu.

a vse co je ve skupine Zones, se do congigu ulozilo prikazy ze hry , viz vyse muj prispevek :)
Všechny své servery jsem sloučil pomocí BungeeCordu na jediny multiserver play.hero-craft.cz a jsem maximálně spokojenej :)
Jsou to tyto:
Lobby (1.11), Creativ(1.12), Skyblock(1.12), Planet(1.12), Games(1.9.4), Hranice(1.11), Classic(1.12), , Seniorcraft (1.12), a dalsi pripravuji... (aktualne RPG 1.12)

TheMikee
Příspěvky: 185
Registrován: 02 říj 2013, 15:43
Reputation: 0

Re: Randomteleport

#12 Příspěvekod TheMikee » 12 led 2014, 11:14

Ja mam takyto config:
Spoiler: zobrazit

Kód: Vybrat vše

# -
# OpenSigns: Whether all players should be able to use the RL signs
# -
# OpenPortal: Whether all players should be able to use the RL portals
# -
# Aliases: Add aliases like this:
# - - - - - - - - - - - - - - - -
# Aliases:
#   Alias: ZoneName
# -
# You may add unlimited aliases
# Aliases will override any exciting commands, be carefull
# -
# ZoneCheckDelay: How often RandomLocation should check a zone
# RandomLocation queues locations so that they are ready when a player wants to teleport
# Delay measured in ticks
# -
# BackupInterval is how often the plugin should do a backup of the zones
# Time given in seconds, 600s = 10m
# Set to 0 for disable
# -
Permissions:
  UsePermissions: true
  OpenSigns: true
  OpenPortals: true
ZoneCheckDelay: 300
Backup:
  BackupInterval: 1800
  MaxBackups: 50
Cooldowns:
  Commands: 120
  Portals: 0
  Signs: 0
TeleportOnFirstJoin:
  Enable: false
  Zone: Default
AutoUpdater:
  Enable: true
  CheckForBetas: false
  PromptAdminForUpdate: true
  CheckForUpdateInterval: 6h
Hooks:
  UseFactionSupport: false
  UseTownySupport: false
  UseWorldBorderSupport: false
  UseGriefPreventionSupport: false
Aliases:


-- 12 led 2014, 10:57 --

A kde si nasiel to co si ty sem dal ?
Lebo aj ja by som chcel nastavit v mojej Zone nech to portuje iba na Grass
Meno mojej zone Random.

marty_
Příspěvky: 1191
Věk: 54
Registrován: 27 srp 2012, 10:10
Reputation: 0
Bydliště: Hranice na Morave
Kontaktovat uživatele:

Re: Randomteleport

#13 Příspěvekod marty_ » 12 led 2014, 14:42

aha... ja mam tudletu verzi:
http://dev.bukkit.org/bukkit-plugins/ra ... tion-v3-2/
ty novejsi co sou sem mel s nimi jakysi problem :-)
Všechny své servery jsem sloučil pomocí BungeeCordu na jediny multiserver play.hero-craft.cz a jsem maximálně spokojenej :)
Jsou to tyto:
Lobby (1.11), Creativ(1.12), Skyblock(1.12), Planet(1.12), Games(1.9.4), Hranice(1.11), Classic(1.12), , Seniorcraft (1.12), a dalsi pripravuji... (aktualne RPG 1.12)


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 123 hostů