Skip to content
View PeyaPeyaPeyang's full-sized avatar
💭
そろそろ UFO を食べないと死ぬぜ!
💭
そろそろ UFO を食べないと死ぬぜ!

Organizations

@P2P-Develop @TeamKun @psac-serve
Block or Report

Block or report PeyaPeyaPeyang

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
PeyaPeyaPeyang/README.md

Switch to CLI mode

このページのディスプレイ言語はもう1つ(s)の言語においてcompatibleを行います:日本國語
翻訳者: フリー百科翻訳者『ぺやんぐ(DeeProZanaTranslator's CaFluExciThe Million DirecTransifex Pro' Peyang Edition)』

出典:フリーぺやんぐ辞典『PeyaPedia』


超天才ぺやんぐさん!

最強のぺやんぐ!

AllManスタイル最強!

永遠のJava1.8!

Python大好き!!!(最近はC#も)

そうはならんやろ なっとるやろがい

✞⇣おねがい押して!!!!⇣✞
web拍手ボタン
✞↑おねがい押して!!!!↑✞

✞✞ あなたは 人目のアリス... ✞✞








せんでん


ぺやん製のつよつよ Pterodactyl テーマ(UserCSS)。(A pterodactyl theme made by UserCSS)
主な機能(Features):

  • 背景画像(Background image)
  • カスタムエディタフォント(Custom editor font) etc...


(Background image: https://search.find47.jp/ja/i/LeA39, Kyoto, Japan, CC-BY 4.0 Author: Suganu0405)

KUNLab(今のところぺやんのみ)製のプラグインマネージャ。(A plugin manager made in Japan)
主な機能(Features):

  • 依存関係の自動解決(Automatically dependencies resolving)
  • 依存関係ツリーの構築(Create dependencies tree)
  • GitHubのリリースからのかんたんインストール(Install plugin from GitHub slightly less difficult)
  • 高度なプラグインリゾルバ(Advanced plugin resolver)

KUNLab(今のところぺやんのみ)製のつよつよPaperLibrary。(A strong library for PaperMC made in Japan)
主な機能(Features):

  • Terminal API

    Player player;
    Terminal term = Terminals.of(player);
    term.info("Hello, World!");
    // => (ChatColor.BLUE) I: Hello, World!
    term.success("%b, %d = %d", 1 == 1, 1, 1);
    // => (ChatColor.GREEN) S: Yes, 1 = 1.
    term.error("No, java doesn't know math.");
    // => (ChatColor.RED) E: No, java doesn't know math.
    term.warn("Just like peyang.");
    // => (ChatColor.YELLOW) W: Just like peyang.
  • 質問システム (Questioning system) (JAPANESE ONLY)

    さんぷるこーど (Example Code)
    ```
      Terminal term;
    
      Question question = term.getInput().showYNQuestionCancellable("Do you like Sushi?", QuestionAttribute.APPLY_FOR_ALL, QuestionAttribute.CANCELLABLE);
    
      /* =>
      ===============================================================
                          Do you like Sushi?
    
      1. はい                                         // Yes
      2. いいえ                                       // No
      3. キャンセル                                   // Cancel
      4. すべてはい                                   // Yes for all (Effect of QuestionAttribute.APPLY_FOR_ALL)
      5. すべていいえ                                 // No for all (Effect of QuestionAttribute.APPLY_FOR_ALL)
      6. すべてキャンセル                             // Cancel for all (Effect of QuestionAttribute.APPLY_FOR_ALL)
      ===============================================================
      */
    
      QuestionResult result = question.waitAndGetResult(); // Blocking method
    
      if (!terminal.test(QuestionAttribute.CANCELLABLE))
          terminal.success(result.getRawAnswer()); // Get raw answer
      else
          terminal.error("NO, THE PLAYER CANCELLED THIS ACTION.")
    
      if (terminal.test(QuestionAttribute.YES_FOR_ALL))
          terminal.info("↑ For ALL");
    
    
    
    </details>
    
    
  • BukkitRunnableの省略(Omit verbose nice syntax of BukkitRunnable)

    Runner.run(() => {
      Terminal.ofConsole().info("Hello, world!");
    });
  • コマンドシステム (Command System)

    • サブコマンドの提供 (Provides subcommand)
    • ヘルプの自動生成 (Auto generating of command helps)

法のあれこれ

ところで

NYSLってなんの略?

煮るなり焼くなり好きにしろライセンス。

Pinned

  1. PeyangVS2017Idea PeyangVS2017Idea Public

    Intellij IDEA VisualStudio 2017 Java Theme and Code Scheme

    Java 1

  2. TeamKun/TeamKUNPluginManager TeamKun/TeamKUNPluginManager Public

    Automatically downloads plugins and their dependencies from repositories and provides advanced server management support.

    Java 26 1

  3. Pterodactyl-Japanese Pterodactyl-Japanese Public

    Pterodactylを日本語化します

    JavaScript 2

  4. TeamKun/Scenamatica TeamKun/Scenamatica Public

    Let's enhance your PaperMC plugin quality with Scenamatica: YAML-defined scenarios, CI/CD integration

    Java 9

  5. TeamKun/scenamatica-action TeamKun/scenamatica-action Public

    Enhance PaperMC plugin quality with its automation framework: YAML-defined tests, CI/CD integration.

    TypeScript 4

  6. P2P-Develop/PeyangSuperbAntiCheat P2P-Develop/PeyangSuperbAntiCheat Public

    If possible.

    Java 15 1