Giter Site home page Giter Site logo

sya-ri / spigot-event-list Goto Github PK

View Code? Open in Web Editor NEW
61.0 2.0 2.0 14.55 MB

Event list for Minecraft plugins (Bukkit, Spigot, Paper, Purpur, Bungee, Velocity)

Home Page: https://spigot-event-list.s7a.dev

License: MIT License

TypeScript 99.26% JavaScript 0.59% CSS 0.15%
spigot-plugin paper-plugin bukkit-plugin minecraft bukkit paper spigot purpur purpur-plugin minecraft-plugin

spigot-event-list's Introduction

Spigot Paper Purpur BungeeCord Velocity



  • A list of events for Minecraft plugins.
  • Search by event name and filtering by platform.
  • Compatible with the latest version and constantly adding new events.
  • Compatible with multiple environments, total number of events exceeds 500.
    • Bukkit
    • Spigot
    • Paper
    • Purpur
    • BungeeCord
    • Velocity
  • Support i18n.

i18n

Edit the file below and create a pull request.

spigot-event-list's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar github-actions[bot] avatar renovate-bot avatar renovate[bot] avatar sya-ri avatar sya-ri-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

treehd propelling

spigot-event-list's Issues

無限スクロールでフィルターが機能しない問題

  • 無限スクロールを実装するとページロードが高速化される
  • レンダリングされている一覧とフィルタされた一覧が別扱いになってフィルターが処理されない
  • master に反映させると問題なのでリバートし、infinite-scroll で作業する
  • react-infinite-scroller を使っている

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/check.yml
  • actions/checkout v4
  • actions/setup-node v4
.github/workflows/update-event-list.yml
  • actions/checkout v4
  • actions/setup-node v4
  • crazy-max/ghaction-import-gpg v6
npm
package.json
  • clsx 2.1.1
  • next 14.2.5
  • next-i18n-router 5.5.1
  • next-pwa ^5.6.0
  • next-themes 0.3.0
  • react 18.3.1
  • react-dom 18.3.1
  • react-icons 5.2.1
  • remeda 1.46.0
  • swr 2.2.5
  • @types/node 20.14.14
  • @types/react 18.3.3
  • @types/react-dom 18.3.0
  • autoprefixer 10.4.20
  • daisyui 4.12.10
  • eslint 8.57.0
  • eslint-config-next 14.2.5
  • eslint-config-prettier 9.1.0
  • postcss 8.4.41
  • prettier 3.3.3
  • tailwindcss 3.4.9
  • typescript 5.5.4
  • node 20.x
packages/downloader/package.json
  • @types/multi-progress 2.0.6
  • @types/xml2js 0.4.14
  • axios 1.7.3
  • cheerio 1.0.0-rc.12
  • compressing 1.10.1
  • multi-progress 4.0.0
  • tsx 4.17.0
  • typescript 5.5.4
  • xml2js 0.6.2

  • Check this box to trigger a request for Renovate to run again on this repository

画面の縦幅が長いと正常に表示されない

const [renderEvents, setRenderEvents] = useState<EventType[]>(
events.slice(0, 10)
);
useEffect(() => {
window.scrollTo(0, 0);
setRenderEvents(events.slice(0, 10));
}, [events]);

表示数の初期値が10固定になっているので、画面サイズに応じて変化させるようにする

const count = window.innerHeight / EventListContentHeight

// EventListContentHeight ... イベント一つ当たりの高さの最小値(リテラル)

Purpur のイベント取得に失敗する

状況

Cloudflare の影響で 503 エラーが出ている

代替手段

  • javadoc.jar をダウンロードして、そこからデータを取得するようにする。

ウェブページの改善

マークダウンベースだと機能追加に制限があるので、React 等を使ってウェブページとして開発したい。

StructureGenerateEvent が未対応

{
  "description": "構造物が生成される時に呼び出される。",
  "link": "https://purpur.pl3x.net/javadoc/net/pl3x/purpur/event/world/StructureGenerateEvent.html",
  "name": "StructureGenerateEvent",
  "source": "purpur"
}

1.18 Purpur で todo となっており、一時的に削除されている

Support i18n

Now that it has become famous in Japan, I think there are more opportunities for foreigners to see it. Therefore, it also supports other languages ​​such as English.

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.