HomeJavaModsSkyeNetwork Creative
SkyeNetwork Creative

CreativeRequests Plugin

A Paper plugin for Minecraft 1.21.4 that allows players to request creative mode, which staff members can approve or deny through an intuitive command system.

Features

Installation

  1. Download the CreativeRequests-x.y.z.jar file
  2. Place it in your Paper 1.21.4 server's plugins/ folder
  3. Start or restart your server
  4. Configure permissions for your players and staff
  5. Optionally edit the generated config.yml file in plugins/CreativeRequests/

Commands

For Players

/request creative [reason]

For Staff/Admins

/requests [list [type]]

/requests approve <player>

/requests deny <player>

Permissions

Permission Description Default
creativerequests.request Allows players to request creative mode true
creativerequests.admin Allows managing creative mode requests op

Configuration

The plugin generates a config.yml file in plugins/CreativeRequests/ with the following options:

# Notify online admins when a new request is made
notify-admins: true

# Require players to provide a reason for their request
allow-reason: true

# Duration in minutes before automatically returning to survival mode (0 = never)
creative-duration: 60

Configuration Options

File Structure

The plugin creates the following files:

plugins/CreativeRequests/
├── config.yml          # Plugin configuration
└── requests.yml        # Stored pending requests (auto-generated)

Workflow Example

  1. Player joins the server:

    Welcome! Need creative mode? Use /request creative to get creative!
    
  2. Player makes a request:

    Player: /request creative Building a castle for the community
    System: ✅ Your creative mode request has been submitted!
    
  3. Admin receives notification (if enabled):

    [Admin] Steve has requested creative mode: Building a castle for the community
    
  4. Admin reviews requests:

    Admin: /requests
    System: === Pending Creative Requests ===
            Steve: Building a castle for the community (2 minutes ago)
    
    Admin: /requests list approved
    System: === Approved Creative Requests ===
            Alex: Building spawn area (approved 1 hour ago)
    
    Admin: /requests list all
    System: === ALL CREATIVE MODE REQUESTS ===
            [Shows pending, approved, and denied requests]
    
  5. Admin approves the request:

    Admin: /requests approve Steve
    System: ✅ Steve's creative mode request has been approved
    Player receives: ✅ Your creative mode request has been approved!
    
  6. Automatic return to survival (if configured):

    After 60 minutes: Steve has been returned to survival mode
    

Troubleshooting

Common Issues

Players can't use /request creative

Admins can't see or manage requests

Plugin not loading

Support

For issues, suggestions, or contributions:

Technical Details

Authors

Version

Current version: 1.2.0


This plugin was created for the SkyeNetwork server community.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more