Bukkit
PixelPrinter
Bukkit Plugins
PixelPrinter V1.0.46
Details
Supported Bukkit Versions
Changelog
1.0.46
Added 1.16 pre-support.
Added 1.15 blocks to RGB color system.
Fixed updated block count to correctly display right amount.
Changed internal direction system to new ImageRelativeBlockDirection enum instead of BlockFace.
Implemented new system that makes loading new blocks easier.
1.0.45
Fixed 1.14 support.
Fixed large image loading for 1.14+
Fixed long wait times/crashes for multiple images
Fixed /pp undo
Fixed issue where directions for rotated blocks are not correct
1.0.44
Added 1.14 support
Added /pp undo to undo images. Does not affect blocks that are air
Moved all PluginConstructorAPI classes into PixelPrinter. It should no longer be needed as a dependency.
FIXED MAP UNRENDERING BUG FOR 1.14
Optimized maps so map with the same image are reused
Updated to Maven
1.0.43
Fixed gif maps.
Fixed maps for 1.13.
1.0.42
Fixed issue where directions were getting mixed up.
Fixed VOID AIR error appearing if image is cut off
Fixed issue for 1.13 where the materialIDs are stilled checked, even though all items should no longer have them
1.0.41
Fixed error message if the player uses pp di in console.
Changed downloader so it saves as PNG
1.0.40
Move all 1.13 code to its own class. Should fix error finding the class
1.0.39
Removed exception thrower
1.0.38
Added back support for lower versions.
1.0.37
Added full 1.13 support
1.0.36
Added support for transparent images. You can now load item icons without having to break the blocks for the transparent pixels
Fixed blocks for custom resourcepacks
Fixed RGB for some blocks
Made sure most blocks for 1.13 can be loaded
Added more non-solid blocks to blacklist
1.0.35
Added more blocks faces. Added Pistons, pumpkins, dispensers, and observers.
1.0.34
More skin support.
1.0.33
Added more skin support
1.0.32
Fixed legacy skin issue
1.0.31
Added more linecodes.
1.0.30
Fixed imports
1.0.29
Fixed Java9 JavaX import
1.0.28
Fixed updater time-out error.
1.0.27
Fixed Github updater
1.0.26
Added semi-support for slim skins.
1.0.25
Added doors to images
1.0.24
Added whitelistedMaterials to config. Now you can specify which blocks should be allowed on your server when creating an image
1.0.23
Fixed updater
1.0.22
Fixed black blocks not loaded
Added enableTrans to /pp create. This will allow you to control if the image should render transparent pixels, or turn them black.
Improved code for loading chunks.
Improved messages to not create chatspam when loading image.
1.0.21
Code Cleanup
Added hat support!
Fixed transparent images for PP. No longer do you have to worry about breaking all the black blocks for icons images created.
1.0.20
Code cleanup
Added more checks around onEnable. The plugin should still operate even if something fails
Added reload on dependancy download, since we need PCAPI for this plugin to work.
Fixed permissions for /pp d
Fixed chuck alignment for image loading. Should now have less lag for low end systems.
1.0.19
Replace Schedulers with BukkitRunnables
Added support for PPAPI in 1.0.4: Better color detection
1.0.18
Fixed dependancy
1.0.17
Added PluginConstructorAPI dependancy
Added Capes to player skins
1.0.16
Added support for offline servers.
Fixed issue with capes.
1.0.15
Fixing incorrect data values for blocks.
Fixed gifs being half as tall as they should be.
Fixed issue loading large gifs- Image conversion is done asynchronously.
1.0.14
Added /pp createSkin. This will generate a 1-1 pixel version of a player’s skin.
Added 1.12 support.
Fixed color code values: Block colors should be accurate.
Fixed invalid link error.
Added custom resourcepack support
Fixed gifs stopping when reloading
Slowed down gif framerate so low-end clients can render them better.
1.0.13
Added more chars to ASCII printer
Updated updater
1.0.12
Changed location of updater. There should be no longer any conflicts with my other plugins.
Fixed gif inputstream error.
Allowed users to input the URL in the command.
1.0.11
Added support for ALL versions of bukkit/spigot
Fixed chat color codes. Now chat images from /pp specs XXX will look better/ more accurate
Minor bug fixes
Added image-viewer. You are now able to see the image you are selecting using the chat. Using /pp specs will now print out the image in the chat
(Note: Because MC only has 16 colors, images will be almost unrecognizable at this current time. Once I can set up multiple chars and once MC gets more colors, then
Image should become clearer.)
Updated code for the new BukkitDev site
Added changelog
Changed image loading from the bottom-up, to left-to-right. This will add a great performance boost for both the server and the players (To the point where some players
may no longer receive any lag when loading large images).
Fixed issue where images may become max size instead of scaling to the player’s input.
Added bStats
Added new directions: FlatSouthEast, FlatSouthWest, FlatNorthEast, and FlatNorthWest
Added more correct values.
Added color values for tops of blocks, and sides of blocks
Fixed logs spawning with a «top face». The bark will always be shown now.
Fixed some commands.
Added ability to change the amount of blocks will load every second. If you want one block to spawn every second, use /pp setLoadCount 1.
URLS now have to be typed on a second line when downloading images/image locations. This adds the ability to use large URLs.
Other bug fixes.
Fixed color finding algorithm
Added more blocks
Minor bug fixes
Fixed image values
Made color searching algorithm more accurate.
Added some new shortcuts.
General bug fixes
Added License
Fixed some minor issues.
Bukkit
PixelPrinter
Bukkit Plugins
PixelPrinter
Table of Contents
PixelPrinter
What is PixelPrinter
PixelPrinter is a demonstration of what you can do using THIS resource. Using this plugin, you can load images or gifs to your server, either by using blocks or maps. This plugin can download images or gifs, resize them, and allow you to easily create Sky-Boxes, Movies, and pixel art all over your server.
Features
Videos
Images
Custom resourcepack support:
As of the 1.0.14 patch, Pixelprinter allows for server-wide resourcepack support. Using this feature will allow for better quality and accuracy of images when using custom resourcepacks. To add custom resourcepack support, do the following:
And that’s it. Pixelprinter will handle the rest.
Commands
(You can either access all PixelPrinter commands using /pixelprinter or /pp)
lists all commands and their usages
Displays all the images that have been downloaded to the server
Displays commands and their uses
Permissions
| pixelprinter.* | Gives all permissions |
| pixelprinter.stop | Gives the player permission to stop gifs |
| pixelprinter.delete | Gives the player permission to delete image files |
| pixelprinter.create | Gives the player permission to create an image in-game |
| pixelprinter.download | Gives the player permission to download an image from a URL |
This plugin does update automatically:
This plugin checks for updates and will download updates. If you do not want this plugin to automatically update, all you need to do is edit one line in the «plugins\AUpdater\global.yml» file. Just change the one variable in there to false (or, if you run into any problems, copy the code below)
# Updater by ArsenArsen
# Global config
# Sets should updates be downloaded globaly
update: false
How to Install
Drop this plugin into you plugins folder and restart your server.
This plugin uses bStats:
bStats is a metrics service that allows me to to see how many servers use my plugins, how many players they have, and which countries use my plugin the most. All information is anonymized, so no information can be directly linked to you, and instead is added to the average of all severs that use the plugin.
Плагины
Скачать плагин PlayerKits | Легко настраиваемые наборы вещей для сервера Minecraft
Плагины / 1.16 / 1.15 / 1.14 / 1.13 / 1.12 / 1.11 / 1.10 / 1.9 / 1.8 / Развлечения / РПГ
Скачать плагин Custom JumpPads | Настраиваемые JumpPad’ы для сервера Minecraft.
Плагины / 1.16 / 1.15 / 1.14 / 1.13 / 1.12 / 1.11 / 1.10 / 1.9 / 1.8 / Развлечения / РПГ / Мини-Игры
Скачать плагин RandomLootChest | Рандомный лут в сундуках
Плагины / 1.12 / 1.11 / 1.10 / 1.9 / 1.8 / Развлечения / РПГ / Мини-Игры
Скачать плагин Spleef | Мини-игра Spleef для сервера Minecraft
Плагины / 1.16 / 1.15 / 1.14 / 1.13 / 1.12 / Развлечения / Мини-Игры
Плагин NoFlyZone | Запрет полёта в регионе на сервере Майнкрафт
Плагин NoFlyZone добавит на ваш сервер запрет полёта на определённых участках. С настройкой всё довольно просто. Достаточно создать регион с помощью WorldGuard и добавить название региона в config. Но ещё можно командами обойтись.)))
Плагины / 1.15 / 1.14 / 1.13 / 1.12 / 1.11 / 1.10 / 1.9 / 1.8 / Безопасность / РПГ
Скачать плагин Big Doors | Анимированные раздвижные двери и мосты для сервера Minecraft
Плагины / 1.16 / 1.15 / 1.14 / 1.13 / 1.12 / 1.11 / Развлечения / РПГ / Редактор миров / Мини-Игры
Плагины / 1.16 / 1.15 / 1.14 / 1.13 / 1.12 / 1.11 / 1.10 / 1.9 / 1.8 / Развлечения
Скачать плагин Parkour | Плагин на паркур в Minecraft
Плагины / 1.16 / 1.15 / 1.14 / 1.13 / 1.12 / 1.11 / 1.10 / 1.9 / 1.8 / 1.7 / Развлечения / РПГ / Мини-Игры
Плагин GodPickaxe | Кирка которая может ломать всё [1.8+]
Многие задумываются, как сломать бедрок? Все просто, плагин GodPickaxe поможет вам ломать любые блоки которые вы захотите, бедрок это или же те же самые командные блоки. Плагин может быть установлен как в целях развлечения, так и в целях новой механики сервера или типо того.
Плагины / 1.16 / 1.15 / 1.14 / 1.13 / 1.12 / 1.11 / 1.10 / 1.9 / 1.8 / Развлечения / РПГ / Редактор миров
Скачать плагин Drop2Inventory | Автоматическое перемещение в инвентарь дропа для сервера Minecraft
Плагины / 1.16 / 1.15 / 1.14 / 1.13 / 1.12 / 1.11 / 1.10 / 1.9 / 1.8 / Развлечения / РПГ / Телепортация / Мини-Игры
Скачать плагин UltraBar | плагин на надпись вверху экрана на сервере Майнкрафт
Плагины / 1.16 / 1.15 / 1.14 / 1.13 / 1.12 / Информационные / РПГ / Мини-Игры
Плагин PlayerProtections | Привать территорию блоками, а не топориком
PlayerProtections — плагин, который позволяет делать приваты блоками, а не топориком, как все привыкли. Почему бы не заприватить свой регион допустим блоком железа или эмеральда? PlayerProtections очень простой, но очень интересный, так-же можно будет настроить приват по своему желанию, например отключить пвп, телепорты и много других возможностей.
Плагины / 1.16 / 1.15 / 1.14 / 1.13 / 1.12 / РПГ / Редактор миров
Плагины / 1.14 / 1.13 / 1.12 / 1.11 / 1.10 / 1.9 / 1.8 / 1.7 / Редактор миров
Плагин Extended Respawn | Быстрое возрождение после смерти
Думаю что всем надоело после смерти нажимать кнопку «Возродится». Плагин Extended Respawn поможет вам. При смерти, вы сразу же возрождаетесь, это очень удобно и вам ничего не нужно нажимать. Так-же есть система вывода сообщенй с помощь плагинов TitleAPI и ActionBarAPI. Команд и прав в плагине нету.
Плагины / 1.16 / 1.15 / 1.14 / 1.13 / 1.12 / Телепортация / Мини-Игры
Плагин Spartan | Отличный Анти-чит для сервера Minecraft
Плагины / 1.16 / 1.15 / 1.14 / 1.13 / 1.12 / 1.11 / 1.10 / 1.9 / 1.8 / 1.7 / Безопасность / Сливы / SpigotMC
Скачать плагин ChristmasPresents | Плагин на подарки для Майнкрафт
Плагин ChristmasPresents поможет отпраздновать Новый год! С ним на вашем сервере будет немного веселей. ChristmasPresents добавит на ваш крутой сервер подарки. Если их открыть, то получишь приз! Приз можно выбрать самому. Если у вас хорошая фантазия, то вы придумаете что-нибудь.
Плагины / 1.16 / 1.15 / 1.14 / 1.13 / 1.12 / 1.11 / 1.10 / 1.9 / 1.8 / Развлечения / РПГ
Плагин Prefixer | Плагин на префиксы | Настройка префиксов игрокам
Плагин Prefixer позволит создать легко и быстро себе префикс, чтобы выделиться на сервере. В этом плагине можно сделать префиксы разного цвета. К примеру: [vip], [Admin], [Owner] и т.д.
Плагины / 1.16 / 1.15 / 1.14 / 1.13 / 1.12 / 1.11 / 1.10 / 1.9 / 1.8 / Информационные / РПГ / Мини-Игры
Скачать плагин FurnitureLib | Мебель для Вашего сервера Майнкрафт.
Плагины / 1.16 / 1.15 / 1.14 / 1.13 / 1.12 / 1.11 / 1.10 / 1.9 / РПГ / Редактор миров
Скачать плагин TigerReports | Репорты на игроков для Вашего сервера Майнкрафт.
Плагины / 1.16 / 1.15 / 1.14 / 1.13 / 1.12 / 1.11 / 1.10 / 1.9 / 1.8 / 1.7 / Безопасность / Информационные / РПГ / Мини-Игры
Скачать плагин ExpEdit | Редактор опыта | Самописный плагин
Плагины / 1.14 / 1.13 / 1.12 / 1.11 / 1.10 / 1.9 / 1.8 / 1.7 / Экономика / РПГ
Обзор Плагина Pixelprinter 1 13 2 Крутые Картинки На Спавне
Длительность: 6 мин и 24 сек
Этот Мод Нарушает Все Законы Физики Immersive Portals Обзор
12 Необходимых Плагинов Для Сервера Майнкрафт
Animation Vs Minecraft Original
Как Установить Моды И Плагины На Сервер Майнкрафт Aternos 2020 Подробно
Создай Кейсы На Своём Сервере Item Rewards Обзоры Плагинов 4
Как Нужно Строить В Майнкрафт 2
Minecraft Noob Vs Pro Prison Escape In Minecraft
Как Скрафтить Самый Сильным Меч На 9999999 Урона В Майнкрафт
Это Самый Длинный Дом В Деревне Жителей Номер 13 В Майнкрафт 100 Троллинг Ловушка Minecraft Компот
Monster School Bottle Flip Challenge Minecraft Animation
Useful Worldedit Brushes For Building Minecraft Fast Async Worldedit Tutorial
Топ 10 Плагинов Для Сервера На Aternos
Управляй Чем Угодно Взглядом Команда
Майнкрафт 1 16 4 Адское Обновление Pre Release 1 Новый Чат И Экран Майнкрафт Открытия
Плагины Gobrush Как Сделать Горы В Майнкрафт
Как Починить И Настроить Title Manager Как Сделать Tab И Scoreboard
Как Создать Сервер С Помощью Bat Файла Создание Сервера 1
Как Сделать Pixel Art В Minecraft Из Любой Картинки
Топ 10 Секретных Читерских Команд В Майнкрафт Minecraft
Random Burst Of Energy At 2Am
Макс Данилин Дальнобой
Песни Про Море И Моряков
Лукин Астральная История
Turkcha Kushiqlar Tuplami
История Средних Веков 6 Класс 23 Параграф Польша И Чехия Xiv Xv
Really Slow Motion Structures
Я Хочу Чтобы Небо Было Синим Синим Песня
Голибчон Юсупов Фосилахо
Kevin Mccoy Снег Летит
Шла По Бережку Шла По Жердочке
Песня Расази Из Fnf
Шумил Мастер Ломастер
Одежда Для Уточки Новый Год Как Сделать Бумажные Сюрпризы Утка Лалафанфан
Live Fortnite Parties Perso Qui Sera Le Meilleur Pp Partiesperso Livefortnite Top1 Gameuse
Понять Простить 160 Серия Женщина На Диване
Английский Язык Понимайте 100 Не Английский Для Начинающих Уроки Английского Языка
Byf Zion Toupa Honpidan
Luca Agnelli Thermionic Nico Moreno Remix Etb066
Экспресс Распаковка Shin Megami Tensei V
Oud Dorp Amstenrade The Blue Thunders En Yesterday 31 3 2018 18
Обзор Плагина Pixelprinter 1 13 2 Крутые Картинки На Спавне
Minecraft Noob Vs Pro Secret Base In Real Life Minecraft Animation Realistic Minecraft Irl
Joseph Darwed Escape From Reality Bernis Remix Beyond The Stars Recordings
Gossip But Only Nene Sings A Bit Off Timing
G Herbo X Meek Mill Type Beat My Story Soul Sample Mo Meezuschrist
Guilt Machine Twisted Coil
Экспресс Распаковка Blazing Chrome От Limited Run Games
Обзор Pokemon Shining Pearl Для Nintendo Switch
Дорожный Патруль Уфа Дтп 27 03 2017 Дтп Авария Башкирия Происшествия Башкортостан Чп
Cover Любовь Настала Новинка Лучшаямузыка Романсы Мелодиивека Ретро
Bukkit
PixelPrinter
Bukkit Plugins
PixelPrinter v1.0.30
Details
Supported Bukkit Versions
Changelog
1.0.30
Fixed imports
1.0.29
Fixed Java9 JavaX import
1.0.28
Fixed updater time-out error.
1.0.27
Fixed Github updater
1.0.26
Added semi-support for slim skins.
1.0.25
Added doors to images
1.0.24
Added whitelistedMaterials to config. Now you can specify which blocks should be allowed on your server when creating an image
1.0.23
Fixed updater
1.0.22
Fixed black blocks not loaded
Added enableTrans to /pp create. This will allow you to control if the image should render transparent pixels, or turn them black.
Improved code for loading chunks.
Improved messages to not create chatspam when loading image.
1.0.21
Code Cleanup
Added hat support!
Fixed transparent images for PP. No longer do you have to worry about breaking all the black blocks for icons images created.
1.0.20
Code cleanup
Added more checks around onEnable. The plugin should still operate even if something fails
Added reload on dependancy download, since we need PCAPI for this plugin to work.
Fixed permissions for /pp d
Fixed chuck alignment for image loading. Should now have less lag for low end systems.
1.0.19
Replace Schedulers with BukkitRunnables
Added support for PPAPI in 1.0.4: Better color detection
1.0.18
Fixed dependancy
1.0.17
Added PluginConstructorAPI dependancy
Added Capes to player skins
1.0.16
Added support for offline servers.
Fixed issue with capes.
1.0.15
Fixing incorrect data values for blocks.
Fixed gifs being half as tall as they should be.
Fixed issue loading large gifs- Image conversion is done asynchronously.
1.0.14
Added /pp createSkin. This will generate a 1-1 pixel version of a player’s skin.
Added 1.12 support.
Fixed color code values: Block colors should be accurate.
Fixed invalid link error.
Added custom resourcepack support
Fixed gifs stopping when reloading
Slowed down gif framerate so low-end clients can render them better.
1.0.13
Added more chars to ASCII printer
Updated updater
1.0.12
Changed location of updater. There should be no longer any conflicts with my other plugins.
Fixed gif inputstream error.
Allowed users to input the URL in the command.
1.0.11
Added support for ALL versions of bukkit/spigot
Fixed chat color codes. Now chat images from /pp specs XXX will look better/ more accurate
Minor bug fixes
Added image-viewer. You are now able to see the image you are selecting using the chat. Using /pp specs will now print out the image in the chat
(Note: Because MC only has 16 colors, images will be almost unrecognizable at this current time. Once I can set up multiple chars and once MC gets more colors, then
Image should become clearer.)
Updated code for the new BukkitDev site
Added changelog
Changed image loading from the bottom-up, to left-to-right. This will add a great performance boost for both the server and the players (To the point where some players
may no longer receive any lag when loading large images).
Fixed issue where images may become max size instead of scaling to the player’s input.
Added bStats
Added new directions: FlatSouthEast, FlatSouthWest, FlatNorthEast, and FlatNorthWest
Added more correct values.
Added color values for tops of blocks, and sides of blocks
Fixed logs spawning with a «top face». The bark will always be shown now.
Fixed some commands.
Added ability to change the amount of blocks will load every second. If you want one block to spawn every second, use /pp setLoadCount 1.
URLS now have to be typed on a second line when downloading images/image locations. This adds the ability to use large URLs.
Other bug fixes.
Fixed color finding algorithm
Added more blocks
Minor bug fixes
Fixed image values
Made color searching algorithm more accurate.
Added some new shortcuts.
General bug fixes
Added License
Fixed some minor issues.




























