Core v2.8.1c

Good call! I’ll add * for the world argument. Example: /time day *

1 Like

Another suggestion:
/time day without further arguments sets the time in the current world (where the player who ran the command currently is) only. This will prevent setting the time in other worlds accidentally if you just forget the argument.

3 Likes

Thank you in advance for the import option of a world ^^.
For the possibility of portal creation to travel from one world to another as do multiverse?.

@Tzk

@Geant

Portals are definitely planned and will be added as soon as region selection and all required commands can be fully implemented! :wink:

2 Likes

We can also create custom worlds such a flat world we can also assign a plot after a player to be the only one able to build a house on it or something else?.

Sure but there is still a lot which has to be implemented Sponge-side so we’ll have to wait a bit until that happens :yum:

2 Likes

I expect it forward. ^^

@CreepsterLGC

What are you waiting on currently?

I currently wait for DirectionalData to be implemented for proper region expanding / shifting :wink:

1 Like

@CreepsterLGC hello, i dont know if other person have the same issue but when i change the configuration in the plugin (new folder) i have a problem with permission FTP :s

Edit 1 : i test to chmod 777 the folder x)

Edit 2 : Work when chmod +r 777 sorry :))

1 Like

Hi Flashback, Iam glad it works now! :wink: If you need any help just let me know. :grin:

1 Like

ahah i love you :smiley: i have just a question, the sponge plugin can considered these arguments : @p, @a, @r… ?
I’m explain what i mean :
You have add /tpworld [player] (world) (thanks for this)
I want to use this command in command bloc as /tpworld @p world but the plugin dont work with this argument, so you can do something or its not possible ?

Very very thanks for your work <33

1 Like

I will have a look into this :smile:

Thanks for the feedback!

1 Like

Thanks, but mainly thanks you for your great work ;3

1 Like

Hello
I did the update to version
1.8-1519-2.1DEV-699
Core v2.4.2c

The server starts well but in the consol here is what gives me when I run it with the core mods.

[19:35:08] [Server thread/INFO] [com.zaxxer.hikari.HikariDataSource/Core]: HikariCP pool HikariPool-0 is starting.
[19:35:08] [HikariCP connection filler (pool HikariPool-0)/DEBUG] [com.zaxxer.hikari.pool.HikariPool/Core]: After fill pool stats HikariPool-0 (total=17, inUse=2, avail=15, waiting=0)
[19:35:09] [Server thread/ERROR] [Sponge/Core]: [Plugin Class: me.creepsterlgc.core.Core][Handler: onEnable]
java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_60]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_60]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_60]
    at org.spongepowered.mod.plugin.SpongeModPluginContainer.handleModStateEvent(SpongeModPluginContainer.java:127) [SpongeModPluginContainer.class:1.8-1519-2.1DEV-699+spongeproject-ci-b699.git-72ee13d48d32f9e6f2b259626bc6ac42110be6bf]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_60]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_60]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_60]
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.jar:?]
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.jar:?]
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.jar:?]
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.jar:?]
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:?]
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_60]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_60]
    at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_60]
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.8.jar:?]
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.8.jar:?]
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.8.jar:?]
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.8.jar:?]
    at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.8.jar:?]
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:?]
    at net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:781) [Loader.class:?]
    at net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:319) [FMLCommonHandler.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:286) [po.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]
Caused by: java.lang.NoClassDefFoundError: org/spongepowered/api/event/block/BreakBlockEvent
    at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_60]
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_60]
    at java.lang.Class.privateGetPublicMethods(Class.java:2902) ~[?:1.8.0_60]
    at java.lang.Class.getMethods(Class.java:1615) ~[?:1.8.0_60]
    at org.spongepowered.common.event.SpongeEventManager.registerListener(SpongeEventManager.java:141) ~[SpongeEventManager.class:1.8-1519-2.1DEV-699+spongeproject-ci-b699.git-72ee13d48d32f9e6f2b259626bc6ac42110be6bf]
    at org.spongepowered.common.event.SpongeEventManager.registerListeners(SpongeEventManager.java:184) ~[SpongeEventManager.class:1.8-1519-2.1DEV-699+spongeproject-ci-b699.git-72ee13d48d32f9e6f2b259626bc6ac42110be6bf]
    at me.creepsterlgc.core.Core.onEnable(Core.java:146) ~[Core.class:?]
    ... 31 more
Caused by: java.lang.ClassNotFoundException: org.spongepowered.api.event.block.BreakBlockEvent
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_60]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_60]
    at java.lang.Class.getDeclaredMethods0(Native Method) ~[?:1.8.0_60]
    at java.lang.Class.privateGetDeclaredMethods(Class.java:2701) ~[?:1.8.0_60]
    at java.lang.Class.privateGetPublicMethods(Class.java:2902) ~[?:1.8.0_60]
    at java.lang.Class.getMethods(Class.java:1615) ~[?:1.8.0_60]
    at org.spongepowered.common.event.SpongeEventManager.registerListener(SpongeEventManager.java:141) ~[SpongeEventManager.class:1.8-1519-2.1DEV-699+spongeproject-ci-b699.git-72ee13d48d32f9e6f2b259626bc6ac42110be6bf]
    at org.spongepowered.common.event.SpongeEventManager.registerListeners(SpongeEventManager.java:184) ~[SpongeEventManager.class:1.8-1519-2.1DEV-699+spongeproject-ci-b699.git-72ee13d48d32f9e6f2b259626bc6ac42110be6bf]
    at me.creepsterlgc.core.Core.onEnable(Core.java:146) ~[Core.class:?]
    ... 31 more
Caused by: java.lang.NullPointerException
[19:35:09] [Server thread/TRACE] [Core/Core]: Sent event FMLServerStartingEvent to mod Core

I believe that is not 100% compatible ?.

hi, you have update your forge version ? :stuck_out_tongue:

Yes forge-1.8-11.14.3.1519

Newest Sponge build isn’t even 24hrs old yet…paint hasn’t even dried. @CreepsterLGC Just needs to update his event calls :P.

2 Likes

Thank you received.

Thank you guys for reporting this! @Zidane Thanks for helping me with the events! :yum:

###Core v2.4.3a has been released:


Updated Core to be compatible with the latest Sponge v699!

Added argument * for /time and /weather. Those commands change the time of the world the player is currently in by default. Thx for suggesting this!

2 Likes