Giter Site home page Giter Site logo

stargate-rewritten / stargate-mapper Goto Github PK

View Code? Open in Web Editor NEW
0.0 5.0 0.0 87 KB

An addon for the Stargate-Bukkit plugin. Integrates stargate features with the Dynmap plugin.

Home Page: https://sgrewritten.org/addons

License: Mozilla Public License 2.0

Java 100.00%
bukkit spigot stargate addon dynmap plugin stargate-bukkit stargate-rewritten

stargate-mapper's Introduction

StargateMapper is an addon for Stargate Rewitten that displays stargate portals (and information about them) within pl3xmaps, squaremaps, and dynmaps.

Dependencies

The most recent version of Stargate

Permissions

Not yet available.

Nodes

stargate.dynmap.node -- to be added later (description)
  stargate.dynmap.subnode -- not implemented yet (description)

Defaults

stargate.dynmap.node -- op

Instructions

Not yet available.

Configuration

Not yet available.

Changes

[Version 1.1.0]

  • Packaged for alpha release.

[Version 1.0.2]

  • Added support for Pl3xmap and Squaremap

[Version 1.0.1]

  • Updated to the new Stargate Rewitten API
  • Project now requires Stargate 1.0.0.14+

[Version 1.0.0]

  • Initial functionality (Courtesy of Bilicraft)

[Version 0.0.0]

  • Created repository

stargate-mapper's People

Contributors

epicknarvik97 avatar ghost-chu avatar pheotis avatar thorinwasher avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

stargate-mapper's Issues

stargateAPI is null stacktrace on startup

This error came after launching Stargate 1.0.0.7 alpha in spigot 1.18.2

[15:09:58] [Server thread/ERROR]: Could not pass event StargateCreateEvent to SG-Dynmap v1.0-SNAPSHOT
org.bukkit.event.EventException: null
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-api-1.18.2-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.18.2-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.18.2-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.18.2-R0.1-SNAPSHOT.jar:?]
        at net.TheDgtl.Stargate.util.portal.PortalCreationHelper.tryPortalCreation(PortalCreationHelper.java:115) ~[?:?]
        at net.TheDgtl.Stargate.listener.BlockEventListener.onSignChange(BlockEventListener.java:165) ~[?:?]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
        at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.18.2-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) ~[spigot-api-1.18.2-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:589) ~[spigot-api-1.18.2-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:576) ~[spigot-api-1.18.2-R0.1-SNAPSHOT.jar:?]
        at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2692) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.server.network.PlayerConnection.lambda$19(PlayerConnection.java:2649) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.server.network.PlayerConnection.lambda$2(PlayerConnection.java:438) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?]
        at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?]
        at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:157) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1190) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.util.thread.IAsyncTaskHandler.y(SourceFile:131) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.server.MinecraftServer.be(MinecraftServer.java:1169) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1162) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:140) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1146) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1051) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.lang.NullPointerException: Cannot invoke "net.TheDgtl.Stargate.api.StargateAPI.getRegistry()" because "this.stargateAPI" is null
        at com.bilicraft.stargatedynmap.StargateDynmap.getAllPortals(StargateDynmap.java:70) ~[?:?]
        at com.bilicraft.stargatedynmap.StargateDynmap.updatePortals(StargateDynmap.java:80) ~[?:?]
        at com.bilicraft.stargatedynmap.StargateDynmap.portalEvent(StargateDynmap.java:57) ~[?:?]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
        at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-api-1.18.2-R0.1-SNAPSHOT.jar:?]
        ... 31 more

Change the package name.

I nolonger actively maintain the domain mcsunnyside.com and I am going to stop renewing this domain.

Since I didn't actively maintain this plugin for a long time. I think it's time to find a better package for SG-Dynmap.

`v1.0-SNAPSHOT` fails to start.

[19:11:21] [Server thread/INFO]: [Stargate] Enabling Stargate v1.0.0.4-ALPHA
[19:11:21] [Server thread/INFO]: [dynmap] Enabling dynmap v3.4-beta-3-774
[19:11:22] [Server thread/INFO]: [dynmap] Added 18 custom biome mappings
[19:11:22] [Server thread/INFO]: [dynmap] Using LuckPerms 5.4.25 for access control
[19:11:22] [Server thread/INFO]: [dynmap] Extracted files upgraded
[19:11:22] [Server thread/INFO]: [dynmap] Mod Support processing completed
[19:11:27] [Server thread/INFO]: [dynmap] Loaded 27 shaders.
[19:11:27] [Server thread/INFO]: [dynmap] Loaded 83 perspectives.
[19:11:27] [Server thread/INFO]: [dynmap] Loaded 22 lightings.
[19:11:27] [Server thread/INFO]: [dynmap] Starting enter/exit processing
[19:11:27] [Dynmap Render Thread/INFO]: [dynmap] Finish marker initialization
[19:11:28] [Server thread/INFO]: [dynmap] Web server started on address 0.0.0.0:8123
[19:11:28] [Server thread/INFO]: [dynmap] version 3.4-beta-3-774 is enabled - core version 3.4-beta-3-774
[19:11:28] [Server thread/INFO]: [dynmap] For support, visit our Discord at https://discord.gg/s3rd5qn
[19:11:28] [Server thread/INFO]: [dynmap] For news, visit https://reddit.com/r/Dynmap or follow https://twitter.com/Dynmap
[19:11:28] [Server thread/INFO]: [dynmap] To report or track bugs, visit https://github.com/webbukkit/dynmap/issues
[19:11:28] [Server thread/INFO]: [dynmap] If you'd like to donate, please visit https://www.patreon.com/dynmap or https://ko-fi.com/michaelprimm
[19:11:28] [Server thread/INFO]: [dynmap] Loaded 3 maps of world 'world'.
[19:11:28] [Server thread/INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
[19:11:28] [Server thread/INFO]: [dynmap] Enabled
[19:11:28] [Server thread/INFO]: [SG-Dynmap] Enabling SG-Dynmap v1.0-SNAPSHOT
[19:11:28] [Server thread/ERROR]: Error occurred while enabling SG-Dynmap v1.0-SNAPSHOT (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "net.TheDgtl.Stargate.api.StargateAPI.getRegistry()" because "this.stargateAPI" is null
        at com.bilicraft.stargatedynmap.StargateDynmap.getAllPortals(StargateDynmap.java:70) ~[?:?]
        at com.bilicraft.stargatedynmap.StargateDynmap.updatePortals(StargateDynmap.java:80) ~[?:?]
        at com.bilicraft.stargatedynmap.StargateDynmap.onEnable(StargateDynmap.java:45) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-api-1.18.2-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:342) ~[spigot-api-1.18.2-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[spigot-api-1.18.2-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServer.java:518) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServer.java:432) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:612) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:414) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:263) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1007) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304) ~[spigot-1.18.2-R0.1-SNAPSHOT.jar:3491-Spigot-b081915-95d233d]
        at java.lang.Thread.run(Thread.java:833) [?:?]

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.