Giter Club home page Giter Club logo

afkpool's Introduction


Visitor count

Hi ๐Ÿ˜๐Ÿ”ซ, I'm Abdullah Arafat

I don't really have a main coding language i'm kinda all over the place.

Markdown Cheatsheet

Headings
# H1
## H2
### H3
#### H4
##### H5
###### H6
Emphasis
**bold text**
*italicized text*
Quotes
> blockquote
Lists
- Unordered list item
1. Ordered list item
Code
`inline code`
  ```(optional language here)
  code block
  ```
Links
[link text](link URL)
Images
![alt text](image URL)
Tables
| Column 1 | Column 2 |
| -------- | -------- |
| Row 1, Column 1 | Row 1, Column 2 |
| Row 2, Column 1 | Row 2, Column 2 |
Footnotes
Here's a sentence with a footnote. [^1]

[^1]: This is the footnote.
Strikethrough
~~strikethrough text~~
Task Lists
- [x] Completed task
- [ ] Incomplete task
Emoji
:smiley:
Superscript and Subscript
Superscript: X^2^
Subscript: H~2~O
Other
==highlighted text==
### Heading {#custom-id}
<details>
  <summary>Dropdown</summary>
  Dropdown content
<details>
Hope that helps :D

afkpool's People

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

eurosite

afkpool's Issues

error with worldguard.

[03:16:52 ERROR]: Could not pass event PlayerMoveEvent to AfkPool v1.3.1
java.lang.NullPointerException: Cannot invoke "com.sk89q.worldguard.protection.managers.RegionManager.getApplicableRegions(com.sk89q.worldedit.math.BlockVector3)" because "regionManager" is null
        at com.abdullaharafat.AfkPool.App.onPlayerMove(App.java:568) ~[afkpool-1.3.1.jar:?]
        at com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor1540.execute(Unknown Source) ~[?:?]
        at org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77) ~[leaf-api-1.20.1-R0.1-SNAPSHOT.jar:?]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:72) ~[leaf-api-1.20.1-R0.1-SNAPSHOT.jar:?]
        at io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:59) ~[leaf-1.20.1.jar:git-Leaf-"b207092"]
        at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:126) ~[leaf-1.20.1.jar:git-Leaf-"b207092"]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:616) ~[leaf-api-1.20.1-R0.1-SNAPSHOT.jar:?]
        at net.minecraft.server.network.ServerGamePacketListenerImpl.handleMovePlayer(ServerGamePacketListenerImpl.java:1735) ~[?:?]
        at net.minecraft.network.protocol.game.ServerboundMovePlayerPacket.handle(ServerboundMovePlayerPacket.java:29) ~[?:?]
        at net.minecraft.network.protocol.game.ServerboundMovePlayerPacket$PosRot.handle(ServerboundMovePlayerPacket.java:88) ~[?:?]
        at net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:50) ~[?:?]
        at net.minecraft.server.TickTask.run(TickTask.java:18) ~[leaf-1.20.1.jar:git-Leaf-"b207092"]
        at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
        at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
        at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1348) ~[leaf-1.20.1.jar:git-Leaf-"b207092"]
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:186) ~[leaf-1.20.1.jar:git-Leaf-"b207092"]
        at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
        at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1326) ~[leaf-1.20.1.jar:git-Leaf-"b207092"]
        at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1319) ~[leaf-1.20.1.jar:git-Leaf-"b207092"]
        at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
        at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1296) ~[leaf-1.20.1.jar:git-Leaf-"b207092"]
        at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1185) ~[leaf-1.20.1.jar:git-Leaf-"b207092"]
        at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:305) ~[leaf-1.20.1.jar:git-Leaf-"b207092"]
        at java.lang.Thread.run(Thread.java:1589) ~[?:?]

Discord linking

Hi ShackInTheMiddle and dolosarafat,
I know this isn't the right place to tell you this, but I could not find another way to contact you...

So if you go to the Modrinth page and try to click on any of the following buttons (except the source one),
image
you go to https://dsc.gg/vorbullmc. But there is one problem, the link is invalid. This is the same for this
image
link.

Thanks for this amazing project / plugin and I'll definitely be using it in my server (which I wanted to be added to the 'Servers Currently Using This Plugin', where I needed the Discord invite link for)

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.