Giter VIP home page Giter VIP logo

ultimatesurvivalgames's People

Contributors

andris155 avatar jerzean avatar maker56 avatar poma123 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

ultimatesurvivalgames's Issues

Issues with the plugin

Plugins:
EssentialsX-2.17.2.0
InvseePlugin
Multiverse-Core-4.1.0
OwnGarden
UltimateSurvivalGames
worldedit-bukkit-7.0.1
Spigot 1.16.1

My issues was that i had to restart the server everytime we played a round bc the the sgin just said reset forever, the second issue i had that we couldnt break leaves/any block on the map although i added it in the config.

Arena wont reset after game

I've been finding that the arena takes a rather significant chunk of time to reset after each game, it will say "this game is not running" 10 to 20 minutes after the previous game has ended, the longest it's taken is 45 minutes.

Plugin not loading because there is no plugin.yml

Mc Version: 1.18.2

all Plugins(and Versions): AFK-Kick*, BungeeGuard, ChatManager, Citizens, CommandPanels, Essentials, FastAsyncWorldEdit (WorldEdit), HolographicDisplays, HolographicExtension, HolographicPlaceholders, LuckPerms, Multiverse-Core, NBTAPI, OldCombatMechanics, PlaceholderAPI, ProtocolLib, TAB, UltimateAutoRestart, Vault, ViaBackwards, ViaRewind, ViaRewind-Legacy-Support, ViaVersion, VoidGen, WorldGuard, WorldGuardExtraFlags (all latest versions)

Error from console:
[20:54:28 ERROR]: Could not load 'plugins\uSurvivalGames-1.18.0002.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:178) ~[pearl-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:202) ~[pearl-api-1.18.2-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_18_R2.CraftServer.loadPlugins(CraftServer.java:418) ~[pearl-1.18.2.jar:git-Pearl-"b6d3bf0"]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:291) ~[pearl-1.18.2.jar:git-Pearl-"b6d3bf0"]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1167) ~[pearl-1.18.2.jar:git-Pearl-"b6d3bf0"]
at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:318) ~[pearl-1.18.2.jar:git-Pearl-"b6d3bf0"]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
... 7 more

description on how to Recreate said error:

Just try loading up the plugin?

Cant Save Arena

Every time I want to try to save an Arena with /sg arena save the following Error occurs.

[16:40:06 INFO]: xManInWhitex issued server command: /sg arena save [16:40:06 ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'sg' in plugin SurvivalGames v1.6 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[patched_1.16.1.jar:git-Paper-135] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.16.1.jar:git-Paper-135] at org.bukkit.craftbukkit.v1_16_R1.CraftServer.dispatchCommand(CraftServer.java:794) ~[patched_1.16.1.jar:git-Paper-135] at net.minecraft.server.v1_16_R1.PlayerConnection.handleCommand(PlayerConnection.java:1910) ~[patched_1.16.1.jar:git-Paper-135] at net.minecraft.server.v1_16_R1.PlayerConnection.a(PlayerConnection.java:1721) ~[patched_1.16.1.jar:git-Paper-135] at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.16.1.jar:git-Paper-135] at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.16.1.jar:git-Paper-135] at net.minecraft.server.v1_16_R1.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) ~[patched_1.16.1.jar:git-Paper-135] at net.minecraft.server.v1_16_R1.TickTask.run(SourceFile:18) ~[patched_1.16.1.jar:git-Paper-135] at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.16.1.jar:git-Paper-135] at net.minecraft.server.v1_16_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.16.1.jar:git-Paper-135] at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.16.1.jar:git-Paper-135] at net.minecraft.server.v1_16_R1.MinecraftServer.aZ(MinecraftServer.java:1137) ~[patched_1.16.1.jar:git-Paper-135] at net.minecraft.server.v1_16_R1.MinecraftServer.executeNext(MinecraftServer.java:1130) ~[patched_1.16.1.jar:git-Paper-135] at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.16.1.jar:git-Paper-135] at net.minecraft.server.v1_16_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1091) ~[patched_1.16.1.jar:git-Paper-135] at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:1005) ~[patched_1.16.1.jar:git-Paper-135] at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[patched_1.16.1.jar:git-Paper-135] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_221] Caused by: java.lang.NullPointerException at me.maker56.survivalgames.arena.ArenaManager.save(ArenaManager.java:69) ~[?:?] at me.maker56.survivalgames.commands.arguments.ArenaArgument.execute(ArenaArgument.java:53) ~[?:?] at me.maker56.survivalgames.commands.CommandSG.onCommand(CommandSG.java:86) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.16.1.jar:git-Paper-135] ... 18 more

What can I do?

Arena won't create, stuck in saving arena please standby

Mc Version:
1.18.1
all Plugins(and Versions):
image

Error from console:
theres no specific error but heres latest.log
latest (2).log

description on how to Recreate said error:
1000x1000 area, attempting to create an arena, it never completes, gets to thousands of seconds but never finishes the arena creation, is it too big? Or is there some other problem

  • [ ]

Cant create arena

Every time i try to create an arena it says an internal error occurred. I will add the log.

1.16.1 paper-134
plugins:
asyncworldedit3.7.5
bentobox 1.14.2
essentialsX 2.18.0.0
luck-perms 5.1.26
multiverse:
core 4.1.0
inventories 3.0.0
netherPortals 4.1.0
sign portals 4.1.0
PvP1vs1 1.7.1
Vault
world edit 7.2.0 beta3

Game doesn't end after last tribute dies

The game seems to be having trouble figuring out when to end when there's more than one arena attached to the lobby, it causes anyone trying to join the lobby, to join the arena in spectator mode and forces us to do a reload of the lobby to reset it.

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.