PHPackages                             aternos/creabit - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. aternos/creabit

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

aternos/creabit
===============

This is a small Minecraft tool written in PHP to fix missing end or nether dimension compound tags in the level.dat file.

v1.0.0(1y ago)1559MITPHP

Since Dec 16Pushed 1y ago2 watchersCompare

[ Source](https://github.com/aternosorg/creabit)[ Packagist](https://packagist.org/packages/aternos/creabit)[ RSS](/packages/aternos-creabit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

About
=====

[](#about)

This is a small Minecraft tool written in PHP to fix missing end or nether dimension compound tags in the level.dat file. If the tags are missing, the portals do not work.

Installation
============

[](#installation)

```
composer require aternos/creabit
```

Usage CLI
=========

[](#usage-cli)

```
php repair.php input_file [output_file]
```

If no output file path is given, the output directory is the current directory.

Usage PHP code
==============

[](#usage-php-code)

```
$fileName = 'level.dat'
$fileContent = file_get_contents($filename)
$creabit = new Creabit($fileContent)
file_put_contents($fileName, $creabit->repair());
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

519d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/182e603c02f308d1036a1ecaba0b994665e87d13a86ff4550a96c9189a92c544?d=identicon)[aternos](/maintainers/aternos)

---

Top Contributors

[![pavog](https://avatars.githubusercontent.com/u/4786628?v=4)](https://github.com/pavog "pavog (6 commits)")[![rico132](https://avatars.githubusercontent.com/u/83093843?v=4)](https://github.com/rico132 "rico132 (2 commits)")

### Embed Badge

![Health badge](/badges/aternos-creabit/health.svg)

```
[![Health](https://phpackages.com/badges/aternos-creabit/health.svg)](https://phpackages.com/packages/aternos-creabit)
```

###  Alternatives

[aternos/thanos

Simple library to detect and remove unused chunks from a Minecraft world.

263586.9k](/packages/aternos-thanos)[voodoophp/paginator

Paginator is a simple class that allows you to create pagination. It doesn't require any database connection. It is compatible with Twitter's Bootstrap Framework, by using the CSS class pagination that is also attached.

351.5k1](/packages/voodoophp-paginator)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
