Giter Club home page Giter Club logo

randomcoords's Introduction

๐Ÿ‘‹ Hello Guys!


I am a software engineer. Currently working as a Developer Advocate for BetterStack

Find out more about me here: jollycod.ing

๐ŸŽž๏ธ YouTube

Covering all things JavaScript and more...

https://www.youtube.com/@JollyCoding

๐Ÿ‘จ Quick Bio

  • ๐Ÿข Based in London UK.
  • โš™๏ธ I am a self-taught developer
  • ๐Ÿ“น Developer Advocate focused on video content
  • ๐Ÿ’ป Worked full-time as a full stack developer.
  • ๐ŸŒฑ Doing open source where I can
  • ๐Ÿ’ฌ Very passionate about online data control/privacy.
  • ๐Ÿข Began Coding for Minecraft Plugins in Java when I was 12.

randomcoords's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

randomcoords's Issues

exception with spigot 1.9

RandomCoords 6.1
Spigot 1.9

[08:09:12 WARN]: [RandomCoords] Task #130573 for RandomCoords v6.1.0 generated an exception
java.lang.NoClassDefFoundError: net/minecraft/server/v1_8_R3/Packet
        at com.jolbol1.RandomCoords.Util.Coordinates.<init>(Coordinates.java:154) ~[?:?]
        at com.jolbol1.RandomCoords.Managers.CompleteManager.getRandomCoordsWorld(CompleteManager.java:66) ~[?:?]
        at com.jolbol1.RandomCoords.Util.CooldownTeleport$1.run(CooldownTeleport.java:65) ~[?:?]
        at org.bukkit.craftbukkit.v1_9_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.9.jar:git-Spigot-b39373b-ac251f0]
        at org.bukkit.craftbukkit.v1_9_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.9.jar:git-Spigot-b39373b-ac251f0]
        at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:729) [spigot-1.9.jar:git-Spigot-b39373b-ac251f0]
        at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-1.9.jar:git-Spigot-b39373b-ac251f0]
        at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:660) [spigot-1.9.jar:git-Spigot-b39373b-ac251f0]
        at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:559) [spigot-1.9.jar:git-Spigot-b39373b-ac251f0]
        at java.lang.Thread.run(Thread.java:745) [?:1.8.0_72-internal]
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R3.Packet
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[spigot-1.9.jar:git-Spigot-b39373b-ac251f0]
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.9.jar:git-Spigot-b39373b-ac251f0]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_72-internal]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_72-internal]
        ... 10 more

Player Buffer Distance

If you have time and want to add this, it would be very nice. It basically works like the faction buffer distance - you can't get teleported within X blocks of players.

Once again, thank you for making and releasing this plugin to the public. I find it amazing that you are willing to spend a lot of time on something that you won't even get paid for.

Anyone Can Delete Portals

All versions beside v6.0.3 allows anyone to delete a portal no matter what group they are. This has now been fixd but MUST update to v6.0.3.

Question

I loaded and configured it. I am just using 1 portal at spawn to port people to the wilds .. I have a towny server..I set up a price of 100...the max and min is default 1000 and 0..I said use towny and worldguard...when it ports someone its 12,000 to 14,000 blocks from origin point...I played around with the max and min and have the same results.. 12k to 14k blocks from origin...also no money is being debited even though I have the portal setup to take 100.

Portals direct world

Hello, one of your previous features in an old version of the plugin there was an opinion to select the world to randomly teleport to. I am using this feature on my server and for me, without it, there is no use for the plugin, or if there is i would have to adapt (warping and then randomly teleporting). Please, if it is not asking much i would really appreciate if this feature could be readded to the plugin. There is no need to hurry, but i beg you to add it before the update that i am currently using stops working. Thank you for your attention and time. (Sorry for any gramatical mistakes i'm from brazil. :P)

Permission not working

I have server Spigot 1.8 from apex hosting site and i use at the moment in the Essentials permissions, i put the sign as on the tutorial and put the permission node "random.sign", in Essentials as i use the other permissions but it works only for op, the default grup cant use it.
All other plugins i used the permissions is ok, just this one i can't get members to use this signs.
Pls help me where i m geting it wrong, i need this bad :(

NumberFormatException null

[10:41:30 INFO]: ApalGaming issued server command: /rc
[10:41:36 WARN]: [RandomCoords] Task #460858 for RandomCoords v6.1.0 generated a
n exception
java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Unknown Source) ~[?:1.8.0_66]
at java.lang.Integer.valueOf(Unknown Source) ~[?:1.8.0_66]
at com.jolbol1.RandomCoords.Util.Coordinates.<init>(Coordinates.java:94)
~[?:?]
at com.jolbol1.RandomCoords.Managers.CompleteManager.getRandomCoordsWorl
d(CompleteManager.java:66) ~[?:?]
at com.jolbol1.RandomCoords.Util.CooldownTeleport$1.run(CooldownTeleport
.java:65) ~[?:?]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java
:71) ~[spigot_server.jar:git-Spigot-5f38d38-18fbb24]
at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHea
rtbeat(CraftScheduler.java:350) [spigot_server.jar:git-Spigot-5f38d38-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:7
23) [spigot_server.jar:git-Spigot-5f38d38-18fbb24]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:3
74) [spigot_server.jar:git-Spigot-5f38d38-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:6
54) [spigot_server.jar:git-Spigot-5f38d38-18fbb24]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java
:557) [spigot_server.jar:git-Spigot-5f38d38-18fbb24]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_66]

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.