peliprint/app/BlueprintFramework/Services/PlaceholderService/BlueprintPlaceholderService.php

11 lines
369 B
PHP

<?php
namespace Pterodactyl\BlueprintFramework\Services\PlaceholderService;
class BlueprintPlaceholderService
{
public function version(): string { return "::v"; }
public function folder(): string { return "::f"; }
public function installed(): string { return "NOTINSTALLED"; }
public function api_url(): string { return "http://api.blueprint.zip:50000"; }
}