#(vukajloo) Other plugin Placeholders

31 messages · Page 1 of 1 (latest)

marsh wasp
#

I'm wondering if i am able to use PlaceholderTag with other plugins placeholder to manipulate it.

Specifically PlotSquared plugin, would i be able to change plot owner with denizen script?

wise cedarBOT
#

(vukajloo) Other plugin Placeholders

wise cedarBOT
#

Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.

fossil fractal
#

There are no mechanisms to change the plot owner, but if you have enough information to run a command from PlotSquared by console you can use

#

!c execute

placid shardBOT
# fossil fractal !c execute
Group

server

Syntax

execute [as_player/as_op/as_npc/as_server] [<Bukkit-command>] (silent)

Short Description

Executes an arbitrary server command as if the player, NPC, or server typed it in.

Description

Allows the execution of server commands through a Denizen script.
Commands can be executed as the server, as an npc, as an opped player, or as a player, as though it was typed by the respective source.

Note that you should generally avoid using 'as_op', which is only meant for very specific special cases. 'as_server' is usually a better option.

Note: do not include the slash at the start. A slash at the start will be interpreted equivalent to typing two slashes at the front in-game.

Note that...

marsh wasp
#

Basically am i totaly able to manipulate awaible features of other plugins via script?

stone galleon
#

for the placeholders theres integration with placeholder api so Denizen can use/create placeholders

#

as for the manipulation of the other plugin u either use their commands (if they dont have their features built into Denizen) or u can alter their data files

#

easier if you have em on a database like mysql ^

marsh wasp
#

Math is not my thing

fossil fractal
#

if there is no command and no api you can not do that

#

!lang placeholderapi

placid shardBOT
# fossil fractal !lang placeholderapi

Using Depenizen with PlaceholderAPI allows you to use !tag placeholder and !tag placeholder.player,
and also allows you to read Denizen tags from any PAPI placeholder location, written in the format: %denizen_<tag-here>%
For example: %denizen_<player.flag[MyFlag]>%

Required Plugins or Platforms

Depenizen, PlaceholderAPI

Group

Depenizen Bridges

fossil fractal
#

You can use any tag as placeholder for other plugins

#

You can also use placeholders from other plugins in denizen

#

!t placeholder

placid shardBOT
# fossil fractal !t placeholder

Returns the value of the placeholder.
For example, <placeholder[server_name]>
Note that you do not need to include the "%" marks on the placeholder.
The queue's linked player, if any, will be linked to the placeholder as well for any player-specific placeholder usage.
Note: this should generally only be used for reading values from other plugins not already supported by Depenizen.
This should not be used for cases where a Denizen tag already exists, or should exist.

Required Plugins or Platforms

Depenizen, PlaceholderAPI

Returns

ElementTag

marsh wasp
fossil fractal
#

As far the integration goes, yes

marsh wasp
#

One more qustion, im not sure if this depends on plugins integration...
Whould i be able to make custom tax system with denizen that would claculate some informations from plotsquared (like how many plots player owns)

fossil fractal
#

Check meta

#

!t player.plotsquared

placid shardBOT
marsh wasp