Skip to content

Instantly share code, notes, and snippets.

@Log1x
Log1x / egg-palworld-linux-ue4ss.json
Last active October 15, 2024 01:44
A Pterodactyl Egg for Palworld Linux running a modified version of UE4SS
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2024-05-18T15:41:37-05:00",
"name": "Palworld Linux (UE4SS)",
"author": "[email protected]",
"description": "Fight, farm, build and work alongside mysterious creatures called \"Pals\" in this completely new multiplayer, open world survival and crafting game!",
@Log1x
Log1x / QuotesCommand.php
Last active June 29, 2024 19:26
Laracord Pagination Example
<?php
namespace App\Commands;
use App\Models\Quote;
use Discord\Parts\Interactions\Interaction;
use Laracord\Commands\Command;
class QuotesCommand extends Command
{