Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.
If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!
Now, what are you waiting for? Join the community now!
Here is all the landlord stuff that TuSKe support:@Tuke_Nuke Does TuSKe still support LandLord? I can't find documentation on it. If not, will it return?
#Effects:
claim land[lord] at %location/chunk% for %player%
unclaim land[lord] at %location/chunk%
#Expressions:
land[lord] owner of %landclaim%
%landclaim%'s land[lord] owner
land[lord] friends of %landclaim%
%landclaim%'s land[lord] friends
land[lord] location of %landclaim%
%landclaim%'s land[lord] location
land[lord] claims of %player%
%player%'s land[lord] claims
landflag %landflag% of %landclaim% for (everyone|friends)
land[lord] claim at %location/chunk%
Here is all the landlord stuff that TuSKe support:
This is just a warn saying that some expressions is uncompatible with your server version, due they need to be updated with every new minecraft version. (For example, the expression 'player data of %offline player%').I have this console error after upgrading to 1.11.2 (paper spigot):
19:45:06] [Server thread/INFO]: [TuSKe] Enabling TuSKe v1.7
[19:45:06] [Server thread/WARN]: [TuSKe] The version of your server it isn't supported for some expressions: 1_11_R1
How to fix?
Sorry, but what is the expression to add custom enchantments to a item?
add {_enchantment} to all custom enchantments of {_item}
#or
set {_item} to {_item} with custom enchantments {_enchantment}
Thanks!Just replace the variables with your correct valuescode_language.skript:add {_enchantment} to all custom enchantments of {_item} #or set {_item} to {_item} with custom enchantments {_enchantment}
format gui slot 46 of player with {_eclevel} ender crystal named "&aLevel 1" to nothing
give {_eclevel} of dirt to player
Btw the variable is the problem, i tried with entering a number. also i can do stuff likecode_language.skript:give {_eclevel} of dirt to player
%number% of %itemstack%
format gui slot 0 of player with 12 of diamond sword of Sharpness 1 named "Example" with lore "Another example"
command /loadec:
permission: *
trigger:
register a new custom enchantment with id name "Magic"
set {_enchantment} to "Magic" parsed as custom enchantment
set max level of {_enchantment} to 5
set rarity of {_enchantment} to 1
set accepted items for {_enchantment} to "all"
set lore name of {_enchantment} to "Magic POWAHHH"
send "success"
command /listec:
permission: *
trigger:
loop all custom enchantments of player's tool:
send "%loop-value%"
command /enchantmagic:
permission: *
trigger:
set player's tool to player's tool with custom enchantments Magic
send "success"
command /ecreload:
permission: *
trigger:
reload all custom enchantments
send "%all custom enchantments of player's tool%"
Having some issues with custom enchants, they wont be applied to anything via skript.
code_language.skript:command /loadec: permission: * trigger: register a new custom enchantment with id name "Magic" set {_enchantment} to "Magic" parsed as custom enchantment set max level of {_enchantment} to 5 set rarity of {_enchantment} to 1 set accepted items for {_enchantment} to "all" set lore name of {_enchantment} to "Magic POWAHHH" send "success" command /listec: permission: * trigger: loop all custom enchantments of player's tool: send "%loop-value%" command /enchantmagic: permission: * trigger: set player's tool to player's tool with custom enchantments Magic send "success" command /ecreload: permission: * trigger: reload all custom enchantments send "%all custom enchantments of player's tool%"
The enchantment is in the enchantments file but im unable to apply it
I'm running the latest version for skript and tuske and am on papaerspigot build 1079
SharpSK indeed Support PermissionEx@mel_instagibson I'm sorry for late response. I saw your comment but I couldn't answer on time and then I forget it.
When you run /listec, is it still not showing the enchantment in your item? Do you sure that there isn't any already added enchantment that conflicts with that one? Could you please check your console while running the command /enchantmagic? if does have a console error, send me here too.
@xbxy How would it be? SharpSK already have support for PermissionEx, so it would be nice to add to it them.