Schön zu hören dass das in Zukunft auch möglich sein soll
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
Schön zu hören dass das in Zukunft auch möglich sein soll
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
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
Oh dann werde ich das auf jeden Fall nochmal überarbeiten
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...
@Ranaarvalis ich denke dein Problem kommt eher vom GPS Plugin (dieses steht jedenfalls im log)
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
Now there's also the 3D-Text plugin: Text3D
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 help | shows all possible commands |
/t3d list | shows a list of all 3d texts placed in the world |
/t3d add | shows 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.
Wäre kein Problem das mit in mein Teleport-Plugin mit aufzunehmen, wenn @red51 erstmal die "invisible"-Funktion implementiert hat.
Hab auch keine Ahnung woher dieser Fehler kommt, kann morgen mal nachgucken
@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.
I uploaded such a Teleport plugin: Teleport. I think I will also make a 3D-Text Plugin in the next few days.
Hi community,
This is a simple but useful plugin, which allows players teleport to certain points or other players.
commands:
/tp help | list oft all possible commands |
/tp list | list 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:
name | default | description |
onlyadmin | false | are only admins allowed to use all commands? |
onlyadmin_help | false | are only admins allowed to use the help command? |
onlyadmin_list | false | are only admins allowed to use the list command? |
onlyadmin_set | true | are only admins allowed to use the set command? |
onlyadmin_rm | true | are only admins allowed to use the rm command? |
onlyadmin_to_port | false | are only admins allowed to teleport? |
onlyadmin_topoint_port | false | are only admins allowed to teleport to a port-point? |
onlyadmin_toposition_port | false | are only admins allowed to teleport to a position? |
onlyadmin_toplayer_port | false | are only admins allowed to teleport to a player? |
onlyadmin_playerto_port | true | are only admins allowed to teleport a player? |
onlyadmin_playertopoint_port | true | are only admins allowed to teleport a player to a port-point? |
onlyadmin_playertoposition_port | true | are only admins allowed to teleport a player to a position? |
onlyadmin_playertoplayer_port | true | are only admins allowed to teleport a player to a player? |
listenforkeyinputfalse | true | set to false to prevent the plugin from disabling "listenforkeyinput" |
The file has to be formated like parameter:value
Example:
Thanks
Until then, I'll do it so that the size has to be put in the config
Ich benutze sie in meinem SimpleCar Plugin von Anfang an, und sie funktioniert einwandfrei
I think you have a good point there. I think only @red51 can really help me there.
Du kannst sie, glaub ich, wenigstens unsichtbar machen (mit player.setVisible(false))... außer das ist eine der dummy-Funktionen die noch nicht funktioniert
I think it would be nice to have something like the GuiPanel and GuiImage for the 3d-world too, i.e. a World3DPanel and World3DImage, like the World3DText