Giter VIP home page Giter VIP logo

skuniversal's People

Contributors

alessiodp avatar officialdonut avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

skuniversal's Issues

PlotSquared plot owner and plot id expressions doesn't work

Hi,

When i use this code

command /test:
	trigger:
		set {_ID} to the ID of the plot at player
		send "%the ID of the plot at player%"
		send "%owner of plot with ID {_ID}%"

It return me always the same thing "0;0" and "Vulqa", even when Iโ€™m not on my plot.

Server's version: This server is running Paper version git-Paper-569 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
SkUniversal's version: 2.6
PlotSquared's version: 4.189

cant get `ids of the basic claims at the player`

i am using:

SkUniversal 2.13
Skript 2.7.0-beta3
Paper git-paper-43 (MC 1.20.1)

the hook in config.yml is also enabled

i already tried these methods:

command /skcheckclaim:
    permission: skript.thing
    trigger:
        loop ids of the basic claims at the player:
            message "%loop-value%" to the player
command /skcheckclaim:
    permission: skript.thing
    trigger:
        set {_c::*} to ids of the basic claims at player:
        loop {_c::*}:
            message "%loop-value%" to the player

i actually have no idea if it is a problem of my code or a problem of the addon but i really have no idea whats wrong with this.

thanks!

Update LWC links/support

Hey, just noticed you support LWC (which is cool). Unfortunately though, your plugin page is linking to an abandoned version (Modern LWC). I would like to suggest switching this to the maintained version (LWC Extended).

Thanks!

Error

add "%{_prefix}%" with priority 6 to LuckPerms prefixes of player

[14:32:56 WARN]: [LuckPerms] Unable to pass event NodeAddEvent to handler us._donut_.skuniversal.luckperms.LuckPermsListener$$Lambda$154/2133821539
[14:32:56 WARN]: java.lang.reflect.UndeclaredThrowableException
[14:32:56 WARN]:        at com.sun.proxy.$Proxy26.isUser(Unknown Source)
[14:32:56 WARN]:        at us._donut_.skuniversal.luckperms.LuckPermsListener.onGroupChange(LuckPermsListener.java:37)
[14:32:56 WARN]:        at me.lucko.luckperms.common.event.LuckPermsEventHandler.invoke(LuckPermsEventHandler.java:108)
[14:32:56 WARN]:        at me.lucko.luckperms.common.event.LuckPermsEventHandler.invoke(LuckPermsEventHandler.java:45)
[14:32:56 WARN]:        at me.lucko.luckperms.lib.eventbus.SimpleEventBus.post(SimpleEventBus.java:107)
[14:32:56 WARN]:        at me.lucko.luckperms.common.event.AbstractEventBus.post(AbstractEventBus.java:84)
[14:32:56 WARN]:        at me.lucko.luckperms.common.event.EventFactory.post(EventFactory.java:111)
[14:32:56 WARN]:        at me.lucko.luckperms.common.event.EventFactory.lambda$post$0(EventFactory.java:124)
[14:32:56 WARN]:        at me.lucko.luckperms.common.plugin.scheduler.AbstractJavaScheduler$WrappedRunnable.run(AbstractJavaScheduler.java:79)
[14:32:56 WARN]:        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[14:32:56 WARN]:        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[14:32:56 WARN]:        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
[14:32:56 WARN]:        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
[14:32:56 WARN]:        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[14:32:56 WARN]:        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[14:32:56 WARN]:        at java.lang.Thread.run(Thread.java:748)
[14:32:56 WARN]: Caused by: java.lang.IllegalAccessException: no private access for invokespecial: interface me.lucko.luckperms.api.event.node.NodeMutateEvent, from me.lucko.luckperms.api.event.node.NodeMutateEvent/public
[14:32:56 WARN]:        at java.lang.invoke.MemberName.makeAccessException(MemberName.java:850)
[14:32:56 WARN]:        at java.lang.invoke.MethodHandles$Lookup.checkSpecialCaller(MethodHandles.java:1572)
[14:32:56 WARN]:        at java.lang.invoke.MethodHandles$Lookup.unreflectSpecial(MethodHandles.java:1231)
[14:32:56 WARN]:        at me.lucko.luckperms.common.event.gen.GeneratedEventSpec$EventInvocationHandler.invoke(GeneratedEventSpec.java:153)
[14:32:56 WARN]:        ... 16 more

LuckPerms event with skript-mirror ?

Hey, I'm trying to use the LuckPerms event (on luckperms group change) with skript-mirror (so as not to use SkUniversal which is a big addon anyway) but it can't, can you help me?

Luckperms Weight

loop all groups:
	set {_weight} to group loop-value's weight
	broadcast "%{_weight}%"

Why doesn't this work, {_weight} broadcasts "<none"?

Recipes with air [SlimeFun]

Hello
Okay, so I was fiddling around with creating new items. I got it all to work after much HARD HARD times with air... apparently it doesn't register AIR as an item, so I had to create an alias at the top of my skript, like air = 0.... so now the recipe in the book works fine and dandy but If I try to craft the recipe it doesn't work. I created a recipe that had 8 furnace, and then the last block was blank.... so put the 8 furnaces in and it didn't recognize it.... IF i make the recipe 9 furnaces, and make it with 9 it works totally fine, its just not registering air what so ever in the enhanced crafting table (which makes sense, because im not putting air in there)... and my guess would be other machines as well maybe

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.