GithubHelp home page GithubHelp logo

f-plugins / teleporting Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 1.0 3.04 MB

Makes teleportation possible on your server

Home Page: https://discord.gg/4FF2548

License: Apache License 2.0

C# 100.00%
unturned unturned-plugin plugin rm4 rocket teleport teleportation teleporting tpa teleport-unturned

teleporting's Introduction

Teleporting

Discord Github All Releases GitHub release (latest by date)

Makes teleportation possible on your server

Download Now

RocketMod: ClickMe

OpenMod: openmod install Feli.Teleporting

Commands

  • tpa accept
  • tpa send [playerName]
  • tpa cancel
  • tpa list

Configuration

<?xml version="1.0" encoding="utf-8"?>
<Configuration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <MessageColor>magenta</MessageColor>
  <MessageIcon />
  <TeleportDelay>5</TeleportDelay>
  <TeleportCooldown>60</TeleportCooldown>
  <CancelWhenMove>false</CancelWhenMove>
  <TeleportProtection>true</TeleportProtection>
  <TeleportProtectionTime>5</TeleportProtectionTime>
  <TeleportCombatAllowed>false</TeleportCombatAllowed>
  <TeleportCombatTime>30</TeleportCombatTime>
  <AllowAcceptingWithKeys>true</AllowAcceptingWithKeys>
  <AutoAcceptSameGroupRequests>false</AutoAcceptSameGroupRequests>
  <TeleportCost>
    <Enabled>false</Enabled>
    <UseXp>true</UseXp>
    <TpaCost>10</TpaCost>
  </TeleportCost>
</Configuration>

Translations

<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Translation Id="TpaCommand:WrongUsage" Value="Correct command usage: /tpa &lt;accept|send|cancel&gt;" />
  <Translation Id="TpaCommand:WrongUsage:Send" Value="Correct command usage: /tpa send &lt;playerName&gt;" />
  <Translation Id="TpaCommand:WrongUsage:NotFound" Value="Player with name {0} was not found" />
  <Translation Id="TpaCommand:Send:Yourself" Value="There is no point on sending a tpa request to yourself" />
  <Translation Id="TpaCommand:Send:Target" Value="{0} has just sent you a tpa request. Use &quot;/tpa accept&quot; to accept it or &#xA;/tpa cancel&#xA; to cancel it" />
  <Translation Id="TpaCommand:Send:Sender" Value="Successfully sent a tpa request to {0}. Use &quot;/tpa cancel&quot; to cancel it" />
  <Translation Id="TpaCommand:Send:Cooldown" Value="You cannot send a tpa request. Wait {0} seconds" />
  <Translation Id="TpaCommand:Accept:NoRequests" Value="There are no tpa requests to accept" />
  <Translation Id="TpaCommand:Accept:Delay" Value="You will be teleported to {0} in {1} seconds" />
  <Translation Id="TpaCommand:Accept:Success" Value="Successfully accepted {0}'s tpa" />
  <Translation Id="TpaCommand:Accept:Teleported" Value="Successfully teleported to {0}" />
  <Translation Id="TpaCommand:Cancel:NotRequests" Value="There are no tpa requests to cancel" />
  <Translation Id="TpaCommand:Cancel:Other" Value="{0} has just cancelled the tpa request" />
  <Translation Id="TpaCommand:Cancel:Success" Value="Successfully canceled the tpa with {0}" />
  <Translation Id="TpaValidation:Car:Other" Value="The teleport was cancelled because {0} is on a car" />
  <Translation Id="TpaValidation:Car:Self" Value="The teleport was cancelled because you are on a car" />
  <Translation Id="TpaValidation:Leave" Value="The teleport was cancelled because {0} left the server" />
  <Translation Id="TpaValidation:Balance:Sender" Value="You dont have enough balance to teleport. Teleport cost: {0}" />
  <Translation Id="TpaValidation:Balance:Target" Value="The teleport was cancelled because {0} does not have enough balance" />
  <Translation Id="TpaCommand:Send:Combat" Value="Could not send the tpa request because you are in combat. You must wait {0} seconds" />
  <Translation Id="TpaProtection" Value="You must wait {0} seconds to damage {1} he is on tpa protection" />
  <Translation Id="TpaValidation:Combat:Sender" Value="The teleport was cancelled because you are in combat. The combat mode expires in {0} seconds" />
  <Translation Id="TpaValidation:Combat:Target" Value="The teleport was cancelled because {0} is in combat" />
</Translations>

teleporting's People

Contributors

negrifelipe avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

rarbat

teleporting's Issues

Teleport while the other party is dead

-AutoAcceptSameGroupRequests: Teleport request
being sent to the dead...! (e.g Request cannot be sent when the other party is dead..: )
-Teleport requests are not canceled after a while!
-TeleportCombatAllowed: Even if you cancel it, it works.

to do list

-groups must accept auto teleport request

-Teleport request should automatically cancel when near walls
*otherwise they can get inside the walls

-Teleport request should not be sent while driving

-teleport request should timeout

there are two problems

-creates tps in heavy usage on server

-It is possible to enter the walls when irradiated.

-It is possible for someone to teleport to you while driving.

-open mod is out of date. pls update

[Suggestion] Add rich text

Add support for TPA icons on different events like accept and deny or in combat in chat and allow for text styling and colors inside translations

Request

Users should be able to turn off teleport request from Groups..
/grouptpaoff โ™ฅ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.