mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
Compare commits
11 Commits
22f5ccca29
...
0336844633
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0336844633 | ||
|
|
62f387e6b9 | ||
|
|
4ce6acf325 | ||
|
|
1bc13362c1 | ||
|
|
e1c57f8e1c | ||
|
|
bcd526db5b | ||
|
|
a22db1cbb1 | ||
|
|
18518f9c19 | ||
|
|
30898973c3 | ||
|
|
217c4c36cc | ||
|
|
6d130bd93e |
93
docs/src/blog/introducing-hytale-plugins.md
Normal file
93
docs/src/blog/introducing-hytale-plugins.md
Normal file
@@ -0,0 +1,93 @@
|
||||
---
|
||||
authors:
|
||||
- name: Oliver Schlüter
|
||||
email: oliver@fancyinnovations.com
|
||||
link: https://github.com/OliverSchlueter
|
||||
avatar: https://avatars.githubusercontent.com/u/79666085?v=4
|
||||
|
||||
date: 2025-11-24
|
||||
title: "Introducing Hytale Plugins"
|
||||
description: "The first Hytale plugin by FancyInnovations will be: FancyCore, a powerful plugin that provides a wide range of features and tools for Hytale server owners."
|
||||
---
|
||||
|
||||

|
||||
|
||||
[Hytale](https://hytale.com/) is finally heading into early access, and I couldn’t be more excited. With that, I’m thrilled to announce that **FancyInnovations will be creating server-side plugins for the Hytale ecosystem**.
|
||||
|
||||
The moment I read the [“Hytale is saved!”](https://hytale.com/news/2025/11/hytale-is-saved) announcement, my brain immediately jumped into brainstorming mode.
|
||||
After digging through the currently available information about Hytale modding, one thing became very clear:
|
||||
|
||||
**Hytale needs a plugin that provides a strong set of essential features — a foundation others can build on.**
|
||||
|
||||
And that’s exactly what I’m creating.
|
||||
|
||||
## Introducing FancyCore
|
||||
|
||||
With FancyCore I want to create a platform where gamemode specific plugins can be built on. It will cover many features you probably would expect from a core plugin.
|
||||
|
||||
Let’s look at some features:
|
||||
|
||||
- Teleportation (teleport, teleport request, teleport all, spawn, warps, player homes, …)
|
||||
- World (create, teleport, change day time, weather, spawn protection, …)
|
||||
- Inventory (kits, virtual backpacks, …)
|
||||
- Economy (balance, pay, sell items, shops, …)
|
||||
- Chat (chat format, player-to-player messages, nicknames, help, rules, broadcast, mute chat, clear chat, chat rooms, …)
|
||||
- Moderation (report, warn, kick, mute, ban, chat / command history, vanish, sudo, …)
|
||||
- Permissions (groups, permissions, …)
|
||||
- Server (list online players, uptime, tps, mspt, cpu usage, ram usage, disk usage, …)
|
||||
- Player (gamemode, playtime, fly, heal, feed, god, ping, …)
|
||||
- Easy to use API
|
||||
|
||||
Notable API features:
|
||||
|
||||
- Permissions API
|
||||
- Economy API
|
||||
- Placeholder API
|
||||
|
||||
Other features for the future:
|
||||
|
||||
- Discord integration
|
||||
- Built-in WebUI
|
||||
|
||||
This is a long list of features and not all will be available on day 1.
|
||||
As I am writing this blog post, there is no public Hytale API documentation, so all I can do at the moment is write all the business logic and implement the actual commands and other Hytale specific features as soon as the API documentation is available.
|
||||
|
||||
For now, it will be a big all-in-one plugin, in the future I might create separate plugins for each category, but that's not final yet.
|
||||
|
||||
**FancyCore will be a Hytale only plugin**, I don’t plan to create a Minecraft plugin out of this at the moment.
|
||||
For now the plan is to get FancyCore working for Hytale as soon as possible while, but while keeping a good quality.
|
||||
|
||||
The plugin will be free and open-source, just like all Minecraft plugins. You can already take a look at the new mono-repo for Hytale plugins [here](https://github.com/FancyInnovations/HytalePlugins).
|
||||
Some parts that don’t require the Hytale server dependency are already being worked on.
|
||||
Feel free to take a look and contribute to it if you want.
|
||||
|
||||
Parts of the documentation is also already written (mostly the commands). You can take a look at it here.
|
||||
|
||||
From what I’ve seen, you won’t be able to upload Hytale plugins to Modrinth (just speculations).
|
||||
The only popular platform that supports distribution of Hytale plugins is Curseforge.
|
||||
I'm currently not sure if I want to distribute FancyCore there.
|
||||
In the meanwhile I’ve been programming a little download service myself to distribute Hytale plugins, so they will for sure be available on the fancyinnovations.com website.
|
||||
I know the community is currently working on alternative platforms as well, so we will see how that develops.
|
||||
|
||||
## FancyAnalytics
|
||||
|
||||
Alongside FancyCore, I’ll also be releasing FancyAnalytics for Hytale — a toolset for gathering analytics from your Hytale server or plugins.
|
||||
|
||||
It will include:
|
||||
* A Hytale plugin for collecting metrics such as online players, TPS, entity counts, CPU usage, and more
|
||||
* An SDK for plugin developers to track usage metrics, including support for custom data points
|
||||
|
||||
This gives developers powerful insight into how their plugins are used — and helps server owners better understand performance.
|
||||
|
||||
## Conclusion
|
||||
|
||||
If you’re as excited as I am about Hytale — and FancyCore — then join our Discord community!
|
||||
Assign yourself the “FancyCore” role to get all the latest updates.
|
||||
I'm currently working on it daily and will share progress updates there.
|
||||
|
||||
If you have any suggestions or feature requests for FancyCore, feel free to share them in the `#core-discussion` channel or DM me directly (`real_oliver`).
|
||||
|
||||
There’s also a dedicated channel for general Hytale news.
|
||||
(The release date for early access will be announced this week!)
|
||||
|
||||
*Oliver*
|
||||
2
docs/src/fancycore/api/api.yml
Normal file
2
docs/src/fancycore/api/api.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
icon: code
|
||||
order: 6
|
||||
29
docs/src/fancycore/api/events.md
Normal file
29
docs/src/fancycore/api/events.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
icon: dot
|
||||
order: 9
|
||||
---
|
||||
|
||||
# Events API
|
||||
|
||||
FancyCore has its own event system that allows you to listen to various events that happen in the FancyCore system.
|
||||
|
||||
## Registering an event listener
|
||||
|
||||
Example for registering a listener for the `PlayerReportedEvent`:
|
||||
|
||||
```java
|
||||
EventService eventService = FancyCore.get().getEventService();
|
||||
eventService.registerListener(PlayerReportedEvent.class, (event) -> {
|
||||
System.out.println("PlayerReportedEvent fired with report id: " + event.getReport().id());
|
||||
});
|
||||
```
|
||||
|
||||
## Available events
|
||||
|
||||
### Player events
|
||||
|
||||
| Event | Description |
|
||||
|-----------------------|-------------------------------------------------------------------------------|
|
||||
| `PlayerModifiedEvent` | Event fired when a player's data is modified (through FancyPlayer's setters). |
|
||||
| `PlayerReportedEvent` | Fired when a player is reported. |
|
||||
| `PlayerPunishedEvent` | Fired when a player receives a punishment (warning, kick, mute or ban). |
|
||||
51
docs/src/fancycore/api/getting-started.md
Normal file
51
docs/src/fancycore/api/getting-started.md
Normal file
@@ -0,0 +1,51 @@
|
||||
---
|
||||
icon: dot
|
||||
order: 10
|
||||
---
|
||||
|
||||
# Getting started
|
||||
|
||||
## Include the API in your project
|
||||
|
||||
To include the FancyCore API in your project, you need to add the following dependency to your `build.gradle.kts` or `pom.xml` file.
|
||||
|
||||
**Gradle:**
|
||||
```kotlin
|
||||
repositories {
|
||||
maven("https://repo.fancyinnovations.com/releases")
|
||||
}
|
||||
```
|
||||
|
||||
```kotlin
|
||||
dependencies {
|
||||
compileOnly("com.fancyinnovations:FancyCore:VERSION")
|
||||
}
|
||||
```
|
||||
|
||||
**Maven:**
|
||||
```xml
|
||||
<repository>
|
||||
<id>fancyinnovations-releases</id>
|
||||
<name>FancyInnovations Repository</name>
|
||||
<url>https://repo.fancyinnovations.com/releases</url>
|
||||
</repository>
|
||||
```
|
||||
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>com.fancyinnovations</groupId>
|
||||
<artifactId>FancyCore</artifactId>
|
||||
<version>VERSION</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
Replace `VERSION` with the version of the API you want to use. You can find the latest version on the download pages or in the GitHub releases.
|
||||
|
||||
|
||||
## JavaDocs and help
|
||||
|
||||
You can find the JavaDocs for the FancyDialogs API [here](https://repo.fancyinnovations.com/javadoc/releases/com/fancyinnovations/FancyCore/latest).
|
||||
|
||||
Join the [FancyInnovations Discord](https://discord.gg/ZUgYCEJUEx) for help and support. There is a dedicated channel for help about the api (`#core-api`).
|
||||
```
|
||||
38
docs/src/fancycore/api/punishments.md
Normal file
38
docs/src/fancycore/api/punishments.md
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
icon: dot
|
||||
order: 8
|
||||
---
|
||||
|
||||
# Punishment API
|
||||
|
||||
FancyCore provides a comprehensive Punishment API that allows you to manage player punishments such as warnings, kicks, mutes, and bans.
|
||||
|
||||
## Using the Punishment Service
|
||||
|
||||
With the Punishment Service, you can easily issue various types of punishments to players. Below are examples of how to use the Punishment Service:
|
||||
|
||||
```java
|
||||
PunishmentService punishmentService = FancyCore.get().getPunishmentService();
|
||||
|
||||
punishmentService.warnPlayer(player, staff, "reason", duration);
|
||||
|
||||
punishmentService.mutePlayer(player, staff, "reason"); // Permanent mute
|
||||
punishmentService.mutePlayer(player, staff, "reason", 1000*60*60*4); // Temporary mute (4 hours)
|
||||
|
||||
punishmentService.kickPlayer(player, staff, "reason");
|
||||
|
||||
punishmentService.banPlayer(player, staff, "reason", duration); // Permanent ban
|
||||
punishmentService.banPlayer(player, staff, "reason", 1000*60*60*24); // Temporary ban (1 day)
|
||||
```
|
||||
|
||||
You can also retrieve existing punishments for a player:
|
||||
|
||||
```java
|
||||
List<Punishment> punishments = punishmentService.getPunishmentsForPlayer(player);
|
||||
```
|
||||
|
||||
Player reports are also managed through the Punishment Service:
|
||||
|
||||
```java
|
||||
punishmentService.reportPlayer(player, staff, "reason");
|
||||
```
|
||||
2
docs/src/fancycore/changelog/changelog.yml
Normal file
2
docs/src/fancycore/changelog/changelog.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
icon: log
|
||||
order: 5
|
||||
9
docs/src/fancycore/changelog/v0.md
Normal file
9
docs/src/fancycore/changelog/v0.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
icon: dot
|
||||
title: V0
|
||||
order: 1
|
||||
---
|
||||
|
||||
# FancyCore v0.x.x
|
||||
|
||||
|
||||
99
docs/src/fancycore/commands/chat.md
Normal file
99
docs/src/fancycore/commands/chat.md
Normal file
@@ -0,0 +1,99 @@
|
||||
---
|
||||
icon: dot
|
||||
title: Chat
|
||||
---
|
||||
|
||||

|
||||
|
||||
# Commands for the chat system
|
||||
|
||||
!!!warning
|
||||
The command list is not complete and not all commands are properly documented yet.
|
||||
Some commands might not be implemented yet.
|
||||
!!!
|
||||
|
||||
## Messages
|
||||
|
||||
### Message
|
||||
|
||||
Description: Sends a private message to the specified player.<br/>
|
||||
Syntax: ``/Message (player) (message)`` or ``/Msg (player) (message)``<br/>
|
||||
Permission: ``fancycore.commands.message``
|
||||
|
||||
### Reply
|
||||
|
||||
Description: Replies to the last private message received.<br/>
|
||||
Syntax: ``/Reply (message)`` or ``/R (message)``<br/>
|
||||
Permission: ``fancycore.commands.reply``
|
||||
|
||||
### Message Spy
|
||||
|
||||
Description: Toggles message spying to see private messages between other players.<br/>
|
||||
Syntax: ``/MessageSpy`` or ``/MsgSpy``<br/>
|
||||
Permission: ``fancycore.commands.messagespy``
|
||||
|
||||
### ToggleMessages
|
||||
|
||||
Description: Toggles the ability to receive private messages.<br/>
|
||||
Syntax: ``/ToggleMessages`` or ``/ToggleMsg``<br/>
|
||||
Permission: ``fancycore.commands.togglemessages``
|
||||
|
||||
## Chat rooms
|
||||
|
||||
### CreateChatRoom
|
||||
|
||||
Description: Creates a new chat room with the specified name.<br/>
|
||||
Syntax: ``/CreateChatRoom (name)`` or ``/CCR (name)``<br/>
|
||||
Permission: ``fancycore.commands.createchatroom``
|
||||
|
||||
### JoinChatRoom
|
||||
|
||||
Description: Joins the specified chat room.<br/>
|
||||
Syntax: ``/JoinChatRoom (name)`` or ``/JCR (name)``<br/>
|
||||
Permission: ``fancycore.commands.joinchatroom``
|
||||
|
||||
### LeaveChatRoom
|
||||
|
||||
Description: Leaves the current chat room.<br/>
|
||||
Syntax: ``/LeaveChatRoom`` or ``/LCR``<br/>
|
||||
Permission: ``fancycore.commands.leavechatroom``
|
||||
|
||||
### ListChatRooms
|
||||
|
||||
Description: Lists all available chat rooms on the server.<br/>
|
||||
Syntax: ``/ListChatRooms`` or ``/LCRs``<br/>
|
||||
Permission: ``fancycore.commands.listchatrooms``
|
||||
|
||||
### ChatRoomInfo
|
||||
|
||||
Description: Displays information about the specified chat room.<br/>
|
||||
Syntax: ``/ChatRoomInfo (name)`` or ``/CRInfo (name)``<br/>
|
||||
Permission: ``fancycore.commands.chatroominfo``
|
||||
|
||||
## Chat Management
|
||||
|
||||
### ClearChat
|
||||
|
||||
Description: Clears the chat for all players on the server.<br/>
|
||||
Syntax: ``/ClearChat`` or ``/CC``<br/>
|
||||
Permission: ``fancycore.commands.clearchat``
|
||||
|
||||
### SlowChat
|
||||
|
||||
Description: Sets a slow mode for chat, limiting how often players can send messages.<br/>
|
||||
Syntax: ``/SlowChat (seconds)`` or ``/Slow (seconds)``<br/>
|
||||
Permission: ``fancycore.commands.slowchat``
|
||||
|
||||
### MuteChat
|
||||
|
||||
Description: Mutes the chat for all players, preventing them from sending messages.<br/>
|
||||
Syntax: ``/MuteChat``<br/>
|
||||
Permission: ``fancycore.commands.mutechat``
|
||||
|
||||
### UnmuteChat
|
||||
|
||||
Description: Unmutes the chat, allowing players to send messages again.<br/>
|
||||
Syntax: ``/UnmuteChat``<br/>
|
||||
Permission: ``fancycore.commands.unmutechat``
|
||||
|
||||
|
||||
2
docs/src/fancycore/commands/commands.yml
Normal file
2
docs/src/fancycore/commands/commands.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
order: 9
|
||||
icon: command-palette
|
||||
49
docs/src/fancycore/commands/economy.md
Normal file
49
docs/src/fancycore/commands/economy.md
Normal file
@@ -0,0 +1,49 @@
|
||||
---
|
||||
icon: dot
|
||||
title: Economy
|
||||
---
|
||||
|
||||

|
||||
|
||||
# Commands for the economy system
|
||||
|
||||
!!!warning
|
||||
The command list is not complete and not all commands are properly documented yet.
|
||||
Some commands might not be implemented yet.
|
||||
!!!
|
||||
|
||||
### Balance
|
||||
|
||||
Description: Displays the balance of the specified player or your own balance if no player is specified.<br/>
|
||||
Syntax: ``/Balance [player]``<br/>
|
||||
Permission: ``fancycore.commands.balance``
|
||||
|
||||
### Pay
|
||||
|
||||
Description: Transfers a specified amount of money from your balance to another player's balance.<br/>
|
||||
Syntax: ``/Pay (player) (amount)``<br/>
|
||||
Permission: ``fancycore.commands.pay``
|
||||
|
||||
### Set Balance
|
||||
|
||||
Description: Sets the balance of the specified player to a given amount.<br/>
|
||||
Syntax: ``/SetBalance (player) (amount)``<br/>
|
||||
Permission: ``fancycore.commands.setbalance``
|
||||
|
||||
### Add Balance
|
||||
|
||||
Description: Adds a specified amount of money to the balance of the specified player.<br/>
|
||||
Syntax: ``/AddBalance (player) (amount)``<br/>
|
||||
Permission: ``fancycore.commands.addbalance``
|
||||
|
||||
### Remove Balance
|
||||
|
||||
Description: Removes a specified amount of money from the balance of the specified player.<br/>
|
||||
Syntax: ``/RemoveBalance (player) (amount)``<br/>
|
||||
Permission: ``fancycore.commands.removebalance``
|
||||
|
||||
### Top Balances
|
||||
|
||||
Description: Displays a leaderboard of players with the highest balances.<br/>
|
||||
Syntax: ``/TopBalances [page]``<br/>
|
||||
Permission: ``fancycore.commands.topbalances``
|
||||
79
docs/src/fancycore/commands/inventory.md
Normal file
79
docs/src/fancycore/commands/inventory.md
Normal file
@@ -0,0 +1,79 @@
|
||||
---
|
||||
icon: dot
|
||||
title: Inventory
|
||||
---
|
||||
|
||||

|
||||
|
||||
# Commands for the inventory system
|
||||
|
||||
!!!warning
|
||||
The command list is not complete and not all commands are properly documented yet.
|
||||
Some commands might not be implemented yet.
|
||||
!!!
|
||||
|
||||
## Kits
|
||||
|
||||
### Create Kit
|
||||
|
||||
Description: Creates a new kit with the specified name. It contains all items in your inventory<br/>
|
||||
Syntax: ``/CreateKit (name)``<br/>
|
||||
Permission: ``fancycore.commands.createkit``
|
||||
|
||||
### Delete Kit
|
||||
|
||||
Description: Deletes the specified kit.<br/>
|
||||
Syntax: ``/DeleteKit (name)``<br/>
|
||||
Permission: ``fancycore.commands.deletekit``
|
||||
|
||||
### Give Kit
|
||||
|
||||
Description: Gives the specified kit to the targeted player(s).<br/>
|
||||
Syntax: ``/Kit (name) [player]``<br/>
|
||||
Permission: ``fancycore.commands.kit.(name)``
|
||||
|
||||
### List Kits
|
||||
|
||||
Description: Lists all available kits.<br/>
|
||||
Syntax: ``/Kits`` or ``/ListKits``<br/>
|
||||
Permission: ``fancycore.commands.listkits``
|
||||
|
||||
## Backpacks
|
||||
|
||||
### Open Backpack
|
||||
|
||||
Description: Opens the specified backpack of the targeted player.<br/>
|
||||
Syntax: ``/Backpack (name) [player]``<br/>
|
||||
Permission: ``fancycore.commands.backpack``
|
||||
|
||||
### Create Backpack
|
||||
|
||||
Description: Creates a new backpack with the specified name and size.<br/>
|
||||
Syntax: ``/CreateBackpack (name) (size)``<br/>
|
||||
Permission: ``fancycore.commands.createbackpack``
|
||||
|
||||
### Delete Backpack
|
||||
|
||||
Description: Deletes the specified backpack.<br/>
|
||||
Syntax: ``/DeleteBackpack (name)``<br/>
|
||||
Permission: ``fancycore.commands.deletebackpack``
|
||||
|
||||
### List Backpacks
|
||||
|
||||
Description: Lists all available backpacks.<br/>
|
||||
Syntax: ``/Backpacks`` or ``/ListBackpacks``<br/>
|
||||
Permission: ``fancycore.commands.listbackpacks``
|
||||
|
||||
## Utilities
|
||||
|
||||
### Clear Inventory
|
||||
|
||||
Description: Clears the inventory of the targeted player(s).<br/>
|
||||
Syntax: ``/ClearInventory [player]``<br/>
|
||||
Permission: ``fancycore.commands.clearinventory``
|
||||
|
||||
### Open another Player's Inventory
|
||||
|
||||
Description: Opens the inventory of the targeted player.<br/>
|
||||
Syntax: ``/OpenInventory (player)`` or ``/Invsee (player)``<br/>
|
||||
Permission: ``fancycore.commands.openinventory``
|
||||
110
docs/src/fancycore/commands/moderation.md
Normal file
110
docs/src/fancycore/commands/moderation.md
Normal file
@@ -0,0 +1,110 @@
|
||||
---
|
||||
icon: dot
|
||||
title: Moderation
|
||||
---
|
||||
|
||||

|
||||
|
||||
# Commands for the moderation system
|
||||
|
||||
!!!warning
|
||||
The command list is not complete and not all commands are properly documented yet.
|
||||
Some commands might not be implemented yet.
|
||||
!!!
|
||||
|
||||
## Report
|
||||
|
||||
### Report a Player
|
||||
|
||||
Description: Reports a player for misconduct.<br/>
|
||||
Syntax: ``/Report (player) [reason]``<br/>
|
||||
Permission: ``fancycore.commands.report``
|
||||
|
||||
### List Reports
|
||||
|
||||
Description: Lists all active player reports.<br/>
|
||||
Syntax: ``/Reports list``<br/>
|
||||
Permission: ``fancycore.commands.reports.list``
|
||||
|
||||
### View Report Details
|
||||
|
||||
Description: Views details of a specific report.<br/>
|
||||
Syntax: ``/Reports view (reportID)``<br/>
|
||||
Permission: ``fancycore.commands.reports.view``
|
||||
|
||||
### Close Report
|
||||
|
||||
Description: Closes a specific report.<br/>
|
||||
Syntax: ``/Reports close (reportID)``<br/>
|
||||
Permission: ``fancycore.commands.reports.close``
|
||||
|
||||
## Warn
|
||||
|
||||
### Warn a Player
|
||||
|
||||
Description: Issues a warning to a player.<br/>
|
||||
Syntax: ``/Warn (player) [reason]``<br/>
|
||||
Permission: ``fancycore.commands.warn``
|
||||
|
||||
## Mute
|
||||
|
||||
### Mute a Player
|
||||
|
||||
Description: Mutes a player, preventing them from sending chat messages.<br/>
|
||||
Syntax: ``/Mute (player) [reason]``<br/>
|
||||
Permission: ``fancycore.commands.mute``
|
||||
|
||||
### Temporary Mute a Player
|
||||
|
||||
Description: Temporarily mutes a player for a specified duration.<br/>
|
||||
Syntax: ``/Tempmute (player) (duration) [reason]``<br/>
|
||||
Permission: ``fancycore.commands.tempmute``
|
||||
|
||||
### Unmute a Player
|
||||
|
||||
Description: Unmutes a player.<br/>
|
||||
Syntax: ``/Unmute (player)``<br/>
|
||||
Permission: ``fancycore.commands.unmute``
|
||||
|
||||
|
||||
## Kick
|
||||
|
||||
### Kick a Player
|
||||
|
||||
Description: Kicks a player from the server.<br/>
|
||||
Syntax: ``/Kick (player) [reason]``<br/>
|
||||
Permission: ``fancycore.commands.kick``
|
||||
|
||||
## Ban
|
||||
|
||||
### Ban a Player
|
||||
|
||||
Description: Bans a player from the server.<br/>
|
||||
Syntax: ``/Ban (player) [reason]``<br/>
|
||||
Permission: ``fancycore.commands.ban``
|
||||
|
||||
### Temporary Ban a Player
|
||||
|
||||
Description: Temporarily bans a player from the server for a specified duration.<br/>
|
||||
Syntax: ``/Tempban (player) (duration) [reason]``<br/>
|
||||
Permission: ``fancycore.commands.tempban``
|
||||
|
||||
### Unban a Player
|
||||
|
||||
Description: Unbans a player from the server.<br/>
|
||||
Syntax: ``/Unban (player)``<br/>
|
||||
Permission: ``fancycore.commands.unban``
|
||||
|
||||
## Logs
|
||||
|
||||
### View Moderation Logs
|
||||
|
||||
Description: Views the moderation logs.<br/>
|
||||
Syntax: ``/Modlogs [player]``<br/>
|
||||
Permission: ``fancycore.commands.modlogs``
|
||||
|
||||
### View Chat Logs
|
||||
|
||||
Description: Views the chat logs.<br/>
|
||||
Syntax: ``/Chatlogs [player] [--withCommands]``<br/>
|
||||
Permission: ``fancycore.commands.chatlogs``
|
||||
107
docs/src/fancycore/commands/permissions.md
Normal file
107
docs/src/fancycore/commands/permissions.md
Normal file
@@ -0,0 +1,107 @@
|
||||
---
|
||||
icon: dot
|
||||
title: Permissions
|
||||
---
|
||||
|
||||

|
||||
|
||||
# Commands for the permissions system
|
||||
|
||||
!!!warning
|
||||
The command list is not complete and not all commands are properly documented yet.
|
||||
Some commands might not be implemented yet.
|
||||
!!!
|
||||
|
||||
## Groups
|
||||
|
||||
### Create Group
|
||||
|
||||
Description: Creates a new group with the specified name.<br/>
|
||||
Syntax: ``/Groups create (name)``<br/>
|
||||
Permission: ``fancycore.commands.creategroup``
|
||||
|
||||
### Delete Group
|
||||
|
||||
Description: Deletes the specified permission group.<br/>
|
||||
Syntax: ``/Groups delete (name)``<br/>
|
||||
Permission: ``fancycore.commands.deletegroup``
|
||||
|
||||
### List Groups
|
||||
|
||||
Description: Lists all available permission groups.<br/>
|
||||
Syntax: ``/Groups list``<br/>
|
||||
Permission: ``fancycore.commands.listgroups``
|
||||
|
||||
### Info Group
|
||||
|
||||
Description: Displays information about the specified permission group.<br/>
|
||||
Syntax: ``/Groups info (name)``<br/>
|
||||
Permission: ``fancycore.commands.infogroup``
|
||||
|
||||
### Set Parent Group
|
||||
|
||||
Description: Sets the parent group for the specified permission group.<br/>
|
||||
Syntax: ``/Groups parent (group) set (parent)``<br/>
|
||||
Permission: ``fancycore.commands.setparentgroup``
|
||||
|
||||
### Add Permission to Group
|
||||
|
||||
Description: Adds the specified permission to the permission group.<br/>
|
||||
Syntax: ``/Groups permission (group) add (permission)``<br/>
|
||||
Permission: ``fancycore.commands.addpermtogroup``
|
||||
|
||||
### Remove Permission from Group
|
||||
|
||||
Description: Removes the specified permission from the permission group.<br/>
|
||||
Syntax: ``/Groups permission (group) remove (permission)``<br/>
|
||||
Permission: ``fancycore.commands.removepermfromgroup``
|
||||
|
||||
### Set Prefix for Group
|
||||
|
||||
Description: Sets the prefix for the specified permission group.<br/>
|
||||
Syntax: ``/Groups prefix (group) set (prefix)``<br/>
|
||||
Permission: ``fancycore.commands.setprefixforgroup``
|
||||
|
||||
### Set Suffix for Group
|
||||
|
||||
Description: Sets the suffix for the specified permission group.<br/>
|
||||
Syntax: ``/Groups suffix (group) set (suffix)``<br/>
|
||||
Permission: ``fancycore.commands.setsuffixforgroup``
|
||||
|
||||
### Add Player to Group
|
||||
|
||||
Description: Adds the specified player to the permission group.<br/>
|
||||
Syntax: ``/Groups player (player) add (group)``<br/>
|
||||
Permission: ``fancycore.commands.addplayertogroup``
|
||||
|
||||
### Remove Player from Group
|
||||
|
||||
Description: Removes the specified player from the permission group.<br/>
|
||||
Syntax: ``/Groups player (player) remove (group)``<br/>
|
||||
Permission: ``fancycore.commands.removeplayerfromgroup``
|
||||
|
||||
## Player Permissions
|
||||
|
||||
### Add Permission to Player
|
||||
|
||||
Description: Adds the specified permission to the targeted player.<br/>
|
||||
Syntax: ``/Permission add (permission) [player]``<br/>
|
||||
Permission: ``fancycore.commands.addpermtoplayer``
|
||||
|
||||
### Remove Permission from Player
|
||||
|
||||
Description: Removes the specified permission from the targeted player.<br/>
|
||||
Syntax: ``/Permission remove (permission) [player]``<br/>
|
||||
Permission: ``fancycore.commands.removepermfromplayer``
|
||||
|
||||
### Check Player Permission
|
||||
|
||||
Description: Checks if the targeted player has the specified permission.<br/>
|
||||
Syntax: ``/Permission check (permission) [player]``<br/>
|
||||
Permission: ``fancycore.commands.checkplayerperm``
|
||||
|
||||
### List Player Permissions
|
||||
|
||||
Description: Lists all permissions of the targeted player.<br/>
|
||||
Syntax: ``/Permission list [player]``<br/>
|
||||
Permission: ``fancycore.commands.listplayerperms``
|
||||
91
docs/src/fancycore/commands/player.md
Normal file
91
docs/src/fancycore/commands/player.md
Normal file
@@ -0,0 +1,91 @@
|
||||
---
|
||||
icon: dot
|
||||
title: Player
|
||||
---
|
||||
|
||||

|
||||
|
||||
# Commands for the player system
|
||||
|
||||
!!!warning
|
||||
The command list is not complete and not all commands are properly documented yet.
|
||||
Some commands might not be implemented yet.
|
||||
!!!
|
||||
|
||||
### Gamemode
|
||||
|
||||
Description: Changes the gamemode of a player.<br/>
|
||||
Syntax: ``/Gamemode (gamemode) [player]`` or ``/GM (gamemode)``<br/>
|
||||
Permission: ``fancycore.commands.gamemode``
|
||||
|
||||
### Gamemode explorer
|
||||
|
||||
Description: Changes the gamemode of a player to explorer mode.<br/>
|
||||
Syntax: ``/gme [player]``<br/>
|
||||
Permission: ``fancycore.commands.gamemode``
|
||||
|
||||
### Gamemode creative
|
||||
|
||||
Description: Changes the gamemode of a player to creative mode.<br/>
|
||||
Syntax: ``/gmc [player]``<br/>
|
||||
Permission: ``fancycore.commands.gamemode``
|
||||
|
||||
### Fly
|
||||
|
||||
Description: Toggles fly mode for a player.<br/>
|
||||
Syntax: ``/Fly [player]``<br/>
|
||||
Permission: ``fancycore.commands.fly``
|
||||
|
||||
### Speed
|
||||
|
||||
Description: Sets the walk and fly speed of a player.<br/>
|
||||
Syntax: ``/Speed (speed) [player]``<br/>
|
||||
Permission: ``fancycore.commands.speed``
|
||||
|
||||
### Heal
|
||||
|
||||
Description: Heals a player to full health.<br/>
|
||||
Syntax: ``/Heal [player]``<br/>
|
||||
Permission: ``fancycore.commands.heal``
|
||||
|
||||
### Feed
|
||||
|
||||
Description: Feeds a player to full hunger.<br/>
|
||||
Syntax: ``/Feed [player]``<br/>
|
||||
Permission: ``fancycore.commands.feed``
|
||||
|
||||
### God mode
|
||||
|
||||
Description: Toggles god mode for a player.<br/>
|
||||
Syntax: ``/God [player]``<br/>
|
||||
Permission: ``fancycore.commands.god``
|
||||
|
||||
### Vanish
|
||||
|
||||
Description: Toggles vanish mode for a player.<br/>
|
||||
Syntax: ``/Vanish [player]``<br/>
|
||||
Permission: ``fancycore.commands.vanish``
|
||||
|
||||
### Playtime
|
||||
|
||||
Description: Displays the playtime of a player.<br/>
|
||||
Syntax: ``/Playtime [player]``<br/>
|
||||
Permission: ``fancycore.commands.playtime``
|
||||
|
||||
### Seen
|
||||
|
||||
Description: Displays the last seen time of a player.<br/>
|
||||
Syntax: ``/Seen (player)``<br/>
|
||||
Permission: ``fancycore.commands.seen``
|
||||
|
||||
### Near
|
||||
|
||||
Description: Lists players near the command sender within a specified radius.<br/>
|
||||
Syntax: ``/Near [radius]``<br/>
|
||||
Permission: ``fancycore.commands.near``
|
||||
|
||||
### Ping
|
||||
|
||||
Description: Displays the ping of a player.<br/>
|
||||
Syntax: ``/Ping [player]``<br/>
|
||||
Permission: ``fancycore.commands.ping``
|
||||
91
docs/src/fancycore/commands/server.md
Normal file
91
docs/src/fancycore/commands/server.md
Normal file
@@ -0,0 +1,91 @@
|
||||
---
|
||||
icon: dot
|
||||
title: Server
|
||||
---
|
||||
|
||||

|
||||
|
||||
# Commands for the server system
|
||||
|
||||
!!!warning
|
||||
The command list is not complete and not all commands are properly documented yet.
|
||||
Some commands might not be implemented yet.
|
||||
!!!
|
||||
|
||||
## Server control
|
||||
|
||||
### Restart
|
||||
|
||||
Description: Restarts the server after a specified delay.<br/>
|
||||
Syntax: ``/Restart (delay)``<br/>
|
||||
Permission: ``fancycore.commands.restart``
|
||||
|
||||
### Stop
|
||||
|
||||
Description: Stops the server after a specified delay.<br/>
|
||||
Syntax: ``/Stop (delay)``<br/>
|
||||
Permission: ``fancycore.commands.stop``
|
||||
|
||||
### Save All
|
||||
|
||||
Description: Forces the server to save all data immediately.<br/>
|
||||
Syntax: ``/SaveAll``<br/>
|
||||
Permission: ``fancycore.commands.saveall``
|
||||
|
||||
## Server health
|
||||
|
||||
### Health
|
||||
|
||||
Description: Displays an overview of the server's health status.<br/>
|
||||
Syntax: ``/Health``<br/>
|
||||
Permission: ``fancycore.commands.health``
|
||||
|
||||
### TPS
|
||||
|
||||
Description: Displays the current ticks per second (TPS) of the server.<br/>
|
||||
Syntax: ``/Health tps``<br/>
|
||||
Permission: ``fancycore.commands.health.tps``
|
||||
|
||||
### Memory
|
||||
|
||||
Description: Displays the current memory usage of the server.<br/>
|
||||
Syntax: ``/Health memory``<br/>
|
||||
Permission: ``fancycore.commands.health.memory``
|
||||
|
||||
### Uptime
|
||||
|
||||
Description: Displays the server's uptime since the last restart.<br/>
|
||||
Syntax: ``/Health uptime``<br/>
|
||||
Permission: ``fancycore.commands.health.uptime``
|
||||
|
||||
### CPU Usage
|
||||
|
||||
Description: Displays the current CPU usage of the server.<br/>
|
||||
Syntax: ``/Health cpu``<br/>
|
||||
Permission: ``fancycore.commands.health.cpu``
|
||||
|
||||
### Entity Count
|
||||
|
||||
Description: Displays the total number of entities currently loaded on the server.<br/>
|
||||
Syntax: ``/Health entities``<br/>
|
||||
Permission: ``fancycore.commands.health.entities``
|
||||
|
||||
### Player Count
|
||||
|
||||
Description: Displays the current number of players online on the server.<br/>
|
||||
Syntax: ``/Health players``<br/>
|
||||
Permission: ``fancycore.commands.health.players``
|
||||
|
||||
## Players
|
||||
|
||||
### List online players
|
||||
|
||||
Description: Lists all players currently online on the server.<br/>
|
||||
Syntax: ``/OnlinePlayers``<br/>
|
||||
Permission: ``fancycore.commands.onlineplayers``
|
||||
|
||||
### List all registered players
|
||||
|
||||
Description: Lists all players registered on the server.<br/>
|
||||
Syntax: ``/RegisteredPlayers``<br/>
|
||||
Permission: ``fancycore.commands.registeredplayers``
|
||||
129
docs/src/fancycore/commands/teleportation.md
Normal file
129
docs/src/fancycore/commands/teleportation.md
Normal file
@@ -0,0 +1,129 @@
|
||||
---
|
||||
icon: dot
|
||||
title: Teleportation
|
||||
---
|
||||
|
||||

|
||||
|
||||
# Commands for the teleportation system
|
||||
|
||||
!!!warning
|
||||
The command list is not complete and not all commands are properly documented yet.
|
||||
Some commands might not be implemented yet.
|
||||
!!!
|
||||
|
||||
## Player Teleportation
|
||||
|
||||
### Teleport to another player
|
||||
|
||||
Description: Teleports you or the specified player to another player's location.<br/>
|
||||
Syntax: ``/TP (target player) [destination player]`` or ``/Teleport (target player) [destination player]``<br/>
|
||||
Permission: ``fancycore.commands.tp``
|
||||
|
||||
### Teleport another player to you
|
||||
|
||||
Description: Teleports the specified player to your location.<br/>
|
||||
Syntax: ``/TPHere (player)`` or ``/TeleportHere (player)``<br/>
|
||||
Permission: ``fancycore.commands.tphere``
|
||||
|
||||
### Teleport all players to you
|
||||
|
||||
Description: Teleports all players on the server to your location.<br/>
|
||||
Syntax: ``/TPAll`` or ``/TeleportAll``<br/>
|
||||
Permission: ``fancycore.commands.tpall``
|
||||
|
||||
### Teleport to specific coordinates
|
||||
|
||||
Description: Teleports you to the specified coordinates<br/>
|
||||
Syntax: ``/TPPos (x) (y) (z) [world]`` or ``/TeleportPos (x) (y) (z) [world]``<br/>
|
||||
Permission: ``fancycore.commands.tppos``
|
||||
|
||||
### Request teleport to another player
|
||||
|
||||
Description: Sends a teleport request to another player to teleport to their location.<br/>
|
||||
Syntax: ``/TPR (player)``, ``/TPRequest (player)`` or ``/TeleportRequest (player)``<br/>
|
||||
Permission: ``fancycore.commands.tprequest``
|
||||
|
||||
### Accept teleport request
|
||||
|
||||
Description: Accepts a pending teleport request from another player.<br/>
|
||||
Syntax: ``/TPA [player]``, ``/TPAccept [player]`` or ``/TeleportAccept [player]``<br/>
|
||||
Permission: ``fancycore.commands.tpaccept``
|
||||
|
||||
### Deny teleport request
|
||||
|
||||
Description: Denies a pending teleport request from another player.<br/>
|
||||
Syntax: ``/TPD [player]``, ``/TPDeny [player]`` or ``/TeleportDeny [player]``<br/>
|
||||
Permission: ``fancycore.commands.tpdeny``
|
||||
|
||||
### Teleport back to previous location
|
||||
|
||||
Description: Teleports you back to your previous location before your last teleport.<br/>
|
||||
Syntax: ``/Back``<br/>
|
||||
Permission: ``fancycore.commands.back``
|
||||
|
||||
### Teleport to last death location
|
||||
|
||||
Description: Teleports you to the location where you last died.<br/>
|
||||
Syntax: ``/DeathBack``, ``/DeathTP`` or ``/DeathTeleport``<br/>
|
||||
Permission: ``fancycore.commands.deathback``
|
||||
|
||||
## Spawn
|
||||
|
||||
### Set spawn point
|
||||
|
||||
Description: Sets the server's spawn point to your current location.<br/>
|
||||
Syntax: ``/SetSpawn``<br/>
|
||||
Permission: ``fancycore.commands.setspawn``
|
||||
|
||||
### Teleport to spawn point
|
||||
|
||||
Description: Teleports you to the server's spawn point.<br/>
|
||||
Syntax: ``/Spawn``<br/>
|
||||
Permission: ``fancycore.commands.spawn``
|
||||
|
||||
## Warps
|
||||
|
||||
### Create a warp point
|
||||
|
||||
Description: Creates a warp point at your current location with the specified name.<br/>
|
||||
Syntax: ``/CreateWarp (name)``<br/>
|
||||
Permission: ``fancycore.commands.createwarp``
|
||||
|
||||
### Delete a warp point
|
||||
|
||||
Description: Deletes the warp point with the specified name.<br/>
|
||||
Syntax: ``/DeleteWarp (name)``<br/>
|
||||
Permission: ``fancycore.commands.deletewarp``
|
||||
|
||||
### Teleport to a warp point
|
||||
|
||||
Description: Teleports you to the warp point with the specified name.<br/>
|
||||
Syntax: ``/Warp (name)``<br/>
|
||||
Permission: ``fancycore.commands.warp.(name)``
|
||||
|
||||
### List all warp points
|
||||
|
||||
Description: Lists all available warp points on the server.<br/>
|
||||
Syntax: ``/ListWarps``, ``/Warps``<br/>
|
||||
Permission: ``fancycore.commands.listwarps``
|
||||
|
||||
## Homes
|
||||
|
||||
### Set home point
|
||||
|
||||
Description: Sets your home point to your current location.<br/>
|
||||
Syntax: ``/SetHome (name)``<br/>
|
||||
Permission: ``fancycore.commands.sethome``
|
||||
|
||||
### Delete home point
|
||||
|
||||
Description: Deletes your home point with the specified name.<br/>
|
||||
Syntax: ``/DeleteHome (name)``<br/>
|
||||
Permission: ``fancycore.commands.deletehome``
|
||||
|
||||
### Teleport to home point
|
||||
|
||||
Description: Teleports you to your home point with the specified name or the first home if no name is provided.<br/>
|
||||
Syntax: ``/Home [name]``<br/>
|
||||
Permission: ``fancycore.commands.home``
|
||||
59
docs/src/fancycore/commands/world.md
Normal file
59
docs/src/fancycore/commands/world.md
Normal file
@@ -0,0 +1,59 @@
|
||||
---
|
||||
icon: dot
|
||||
title: World
|
||||
---
|
||||
|
||||

|
||||
|
||||
# Commands for the world management system
|
||||
|
||||
!!!warning
|
||||
The command list is not complete and not all commands are properly documented yet.
|
||||
Some commands might not be implemented yet.
|
||||
!!!
|
||||
|
||||
## World Management
|
||||
|
||||
### Create a new world
|
||||
|
||||
Description: Creates a new world with the specified name.<br/>
|
||||
Syntax: ``/CreateWorld (world name) [type]``<br/>
|
||||
Permission: ``fancycore.commands.createworld``
|
||||
|
||||
### Copy an existing world
|
||||
|
||||
Description: Creates a copy of the specified world.<br/>
|
||||
Syntax: ``/CopyWorld (source world name) (new world name)``<br/>
|
||||
Permission: ``fancycore.commands.copyworld``
|
||||
|
||||
### Delete an existing world
|
||||
|
||||
Description: Deletes the specified world from the server.<br/>
|
||||
Syntax: ``/DeleteWorld (world name)``<br/>
|
||||
Permission: ``fancycore.commands.deleteworld``
|
||||
|
||||
### List all worlds
|
||||
|
||||
Description: Lists all available worlds on the server.<br/>
|
||||
Syntax: ``/ListWorlds``, ``/Worlds``<br/>
|
||||
Permission: ``fancycore.commands.listworlds``
|
||||
|
||||
### Teleport to a world
|
||||
|
||||
Description: Teleports you to the specified world.<br/>
|
||||
Syntax: ``/World (world name)``<br/>
|
||||
Permission: ``fancycore.commands.world``
|
||||
|
||||
## Utility Commands
|
||||
|
||||
### Set weather
|
||||
|
||||
Description: Sets the weather in the current world.<br/>
|
||||
Syntax: ``/SetWeather (sun|rain)``<br/>
|
||||
Permission: ``fancycore.commands.setweather``
|
||||
|
||||
### Set time
|
||||
|
||||
Description: Sets the time of day in the current world.<br/>
|
||||
Syntax: ``/SetTime (time)``<br/>
|
||||
Permission: ``fancycore.commands.settime``
|
||||
33
docs/src/fancycore/fancycore.md
Normal file
33
docs/src/fancycore/fancycore.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
title: FancyCore [Hytale]
|
||||
icon: package
|
||||
order: 90
|
||||
---
|
||||
|
||||
#
|
||||
|
||||

|
||||
|
||||
!!!
|
||||
Essential features every Hytale server needs. From permission management over world management to economy and more.
|
||||
!!!
|
||||
|
||||
## Features
|
||||
|
||||
With FancyCore, you get a wide variety of features that are essential for running a Hytale server:
|
||||
|
||||
- **Permissions**: permission management system to control access to commands and features
|
||||
- **Economy**: robust economy system with virtual currency, shops, and trading
|
||||
- **Chat**: advanced chat management with channels, formatting, nicknames and msgs
|
||||
- **Moderation**: tools for server admins including bans, kicks, warnings, and logs
|
||||
- **World**: create and manage multiple worlds with different settings and environments
|
||||
- **Inventory**: manage player inventories, kits and player backpacks
|
||||
- **Teleportation**: spawn point, warps, player homes, and teleport requests
|
||||
- **Player**: utility commands such as fly, speed, gamemode, heal, and more
|
||||
- **Server**: view server stats and manage plugins
|
||||
- **API**: comprehensive API for developers to extend and customize FancyCore
|
||||
- **And much more!**
|
||||
|
||||
FancyCore is designed to provide all the essential features needed to build a successful Hytale server, while being easy to use and highly customizable.
|
||||
We are trying to get a usable version out as soon as possible.
|
||||
If you don't want to miss any updates, join our [Discord](https://discord.gg/ZUgYCEJUEx) and assign yourself the "FancyCore" role.
|
||||
10
docs/src/fancycore/faq.md
Normal file
10
docs/src/fancycore/faq.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
order: 6
|
||||
icon: book
|
||||
---
|
||||
# FAQ
|
||||
|
||||
### Is FancyCore available for Minecraft?
|
||||
|
||||
No, FancyCore is a Hytale only plugin. There are no plans to make it available for Minecraft at this time.
|
||||
|
||||
29
docs/src/fancycore/getting-started.md
Normal file
29
docs/src/fancycore/getting-started.md
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
order: 10
|
||||
icon: info
|
||||
---
|
||||
# Getting started
|
||||
|
||||
!!!danger
|
||||
Be aware that this plugin is only made for Hytale servers. Only the latest version of Hytale is supported.
|
||||
!!!
|
||||
|
||||
## Installation
|
||||
|
||||
To install FancyCore, you need to download the latest version from one of the following sources:
|
||||
|
||||
[!button size="s" icon="download" iconAlign="left" text="SOON" target="blank"]()
|
||||
|
||||
!!!warning
|
||||
It's not yet decided on which platforms FancyCore will be available.
|
||||
You keep an eye on the discord server for updates: [FancyInnovations Discord](https://discord.gg/ZUgYCEJUEx)
|
||||
!!!
|
||||
|
||||
After downloading the plugin, you can install it by placing the downloaded file in the `plugins` folder of your server.
|
||||
|
||||
Restart your server and you are ready to go!
|
||||
|
||||
To check if the plugin is installed correctly, you can use the command `/fancycore version`. If the plugin is installed correctly, it will show you the version of the plugin.
|
||||
|
||||
You can now learn more about the commands in the `Commands` section of the documentation or learn how to configure the plugin in the `Tutorials` section.
|
||||
The API documentation can be found in the `Api` section.
|
||||
2
docs/src/fancycore/tutorials/tutorials.yml
Normal file
2
docs/src/fancycore/tutorials/tutorials.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
order: 7
|
||||
icon: mortar-board
|
||||
@@ -9,6 +9,10 @@ The following examples show how to use FancyDialogs in different ways. They are
|
||||
|
||||
Almost all examples are made by the community. If you have a nice example that you want to share, feel free come to our discord server and show it to us.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 269 KiB |
BIN
docs/src/static/fancydialogs/examples/reunionsmp-1.png
Normal file
BIN
docs/src/static/fancydialogs/examples/reunionsmp-1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 717 KiB |
BIN
docs/src/static/fancydialogs/examples/reunionsmp-2.png
Normal file
BIN
docs/src/static/fancydialogs/examples/reunionsmp-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 616 KiB |
BIN
docs/src/static/logos-and-banners/fancycore-banner.png
Normal file
BIN
docs/src/static/logos-and-banners/fancycore-banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 171 KiB |
BIN
docs/src/static/logos-and-banners/fancycore-logo.png
Normal file
BIN
docs/src/static/logos-and-banners/fancycore-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 98 KiB |
Reference in New Issue
Block a user