Posts by Galveston01

    Schön zu hören dass das in Zukunft auch möglich sein soll :thumbsup:


    Ich hab jetzt erstmal eine aktualisierte Version hochgeladen, durch welche nun wirklich nur noch Admins die Befehle dieses Plugins nutzen dürfen (sollten). Wenn nicht einfach schreiben :thumbup:

    Das weiß ich leider auch nicht... Hab mich bisher noch nicht mit den permissikns beschäftigt (ich spiele agch nur singleplayer) und weiss ehrlich gesagt auch nicht wie bzw. ob man diese mit der API nutzen könnte :/

    Eigentlich sollten alle befehle standardmäßig nur von admins ausführbar sein ?( Würde das nochmal überpdüfen, komme jedoch vor Montag wahrscheinlich nicht dazu X/

    Das Problem dass die 3d Texte pixelig aussehen hatte ich auch schon(hatte dasselbe Problem auch schon mit GUI elements: Sometimes labels look strange). Der error scheint jedoch wirklich im GPS Plugin aufzutreten, auch wenn ich mir nicht erklären kann wieso es Waypoint nicht zu Waypoint casten kann...

    Hi community,
    I updated the plugin. Now you don't have to write '.' befor a port point anymore.
    I also added ids for every port point (for those people who prefers numbers because they're written faster)
    Also, it's now possible for an admin to teleport a player to a certain point, player or position.
    For more information see the first post of this thread

    Hi community,
    Today I want to publish my Text 3D plugin. It allows you to add 3d texts.
    Here's a list of all possible commands:


    /t3d helpshows all possible commands
    /t3d listshows a list of all 3d texts placed in the world
    /t3d addshows a gui that allows you to customize a new 3d text
    /t3d edit [id]shows a gui that allows you to edit the 3d text with the id [id]
    /t3d rm [id]removes the 3d text with the id [id]


    If you find any bugs, please let me know.

    @Deirdre diese Plugin entstand auf Wunsch von lenko und soll ganz einfach nur portpunkte bereitstellen. Ich weiss nicht genau wie das mit dem GPS-Plugin ist, aber ich glaube das hat nur eine begrenzte Zahl portpunkte, die nicht benannt werden können (weiss ich aber nicht mit Sicherheit weil ich es noch nicht ausprobiert habe)


    @lenko Das mit dem Punkt war dazu gedacht, portpunkte von Spielern und anderen befehlen besser unterscheiden zu können. Das mit dem pseudonamen find ich an sich eine gute Idee, weiss aber nicht ob es dann wieder Leute gibt die damit nicht wirklich zurechtkommen. Außerdem würde auch die Syntax der befehle komplizierter werden. Ich würde aber auf jeden fall noch jedem Punkt eine ID hinzufügen, sodass er über diese schneller erreichbar wird (als die ganze Zeit den ganzen Namen schreiben zu müssen)

    Ich hab da was in der Beschreibung verwechselt. Mit # Protest du zu einem player und mit . zu einem festgelegten Punkt. Werden die Beschreibung nochmal aktualisieren.

    Hi community,
    This is a simple but useful plugin, which allows players teleport to certain points or other players.


    commands:

    /tp helplist oft all possible commands
    /tp listlist oft all points with name and position; since 1.3 with GUI
    /tp [point-name]teleports to the point with the name [point-name]
    /tp [point-id]teleports to the point with the id [point-id]
    /tp #[player]teleports to the player [player]
    /tp [x] [y] [z]teleports to the position (x;y;z)
    /tp set [point-name]sets position of point [point] to players current position; if it doesn‘t exist it‘s getting created
    /tp set [point-name] [x] [y] [z]sets position of point [point] to position (x;y;z); if it doesn‘t exist it‘s getting created
    /tp rm [point-name]removes point with the name [point-name]
    /tp rm [point-id]removes point with the id [point-id]
    /tp #[player] [point-id]teleports the player [player] to the point with the id [point-id]
    /tp #[player] [point-name]teleports the player [player] to the point with the name [point-name]
    /tp #[player] #[to-player]teleports the player [player] to the player [to-player]
    /tp #[player] [x] [y] [z]teleports the player [player] to the position (x;y;z)



    In v1.2 I added the ability to add a Config file called Config.conf with the following parameters:

    namedefaultdescription
    onlyadminfalseare only admins allowed to use all commands?
    onlyadmin_helpfalseare only admins allowed to use the help command?
    onlyadmin_listfalseare only admins allowed to use the list command?
    onlyadmin_settrueare only admins allowed to use the set command?
    onlyadmin_rmtrueare only admins allowed to use the rm command?
    onlyadmin_to_portfalseare only admins allowed to teleport?
    onlyadmin_topoint_portfalseare only admins allowed to teleport to a port-point?
    onlyadmin_toposition_portfalseare only admins allowed to teleport to a position?
    onlyadmin_toplayer_portfalseare only admins allowed to teleport to a player?
    onlyadmin_playerto_porttrueare only admins allowed to teleport a player?
    onlyadmin_playertopoint_porttrueare only admins allowed to teleport a player to a port-point?
    onlyadmin_playertoposition_porttrueare only admins allowed to teleport a player to a position?
    onlyadmin_playertoplayer_porttrueare only admins allowed to teleport a player to a player?
    listenforkeyinputfalsetrueset to false to prevent the plugin from disabling "listenforkeyinput"


    The file has to be formated like parameter:value
    Example:

    Code
    onlyadmin_toposition_port:true
    onlyadmin_toplayer_port:true